]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ACPICA: Fix to allow aliases within ASL namepaths
authorBob Moore <robert.moore@intel.com>
Thu, 13 Nov 2008 02:51:49 +0000 (10:51 +0800)
committerLen Brown <len.brown@intel.com>
Tue, 30 Dec 2008 03:38:38 +0000 (22:38 -0500)
commit5572a9859fa55216597b8226717691956d3e53e3
treefbf50f65441f1d96b83a1ec0c64aa32d1be88a8a
parent319f8b892722f289bb6e07b1067be3b2e0714238
ACPICA: Fix to allow aliases within ASL namepaths

Fixes a problem where the use of an alias within a namepath
would result in a not found error or cause the compiler to fault.
Also now allows forward references from the Alias operator itself.
ACPICA BZ 738.

http://www.acpica.org/bugzilla/show_bug.cgi?id=738

Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/namespace/nsaccess.c