show_bug.cgi?id=738
--- Comment #6 from Ming Lin <ming.m.lin(a)intel.com> 2009-08-23 19:32:45 ---
Created an attachment (id=841)
--> (attachment.cgi?id=841)
proposed patch
Scope(\_SB){
Name(PRSA, ResourceTemplate(){ // Link name: LNKA
IRQ(Level, ActiveLow, Shared, LLKA) {3,4,5,6,7,10,11,12,14,15}
Alias(PRSA,PRSB) // Link name: LNKB
})
}
LdNamespace1Begin pushes ScopeInfo for _SB, PRSA, LLKA
but LdNamespace2Begin only pushes ScopeInfo for _SB, _PRSA (no LLKA)
3 ScopeInfo pops in LdCommonNamespaceEnd, but only 2 ScopInfo pushes in
LdNamespace2Begin. This causes AcpiNsLookup fails for "PRSA", because ScopInfo
was popped.
The attached one line patch fixes the bug.
I tested it with ASLTS, it works.
Sergiy, would you please help to test the patch?
Thanks.
--
Configure bugmail: userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Show replies by date