Most recent kernel where this bug did not occur: Distribution: Hardware Environment: Software Environment: Problem Description: Improve code of interpreter. Steps to reproduce: Doesn't require.
Created attachment 6195 [details] Proposed patch There are two the same fragments of code in the same routine (AcpiExResolveMultiple, file interpreter/executer/exresolv.c) which could be compacted to one. The patch attached provides that minor update. The only difference between the two fragments of code (34 lines each) is like this: ............................. < case AML_REF_OF_OP: --- > case AML_INT_NAMEPATH_OP: < Node = ObjDesc->Reference.Object; --- > Node = ObjDesc->Reference.Node; ............................. INTERNAL BUG NUMBER 173
Released in ACPICA version 20060210
ACPICA 20060608 shipped in Linux-2.6.17-git9, closed.