ACPICA: Fix for invalid large array index on 64-bit systems
authorBob Moore <robert.moore@intel.com>
Tue, 10 Jun 2008 06:21:05 +0000 (14:21 +0800)
committerAndi Kleen <andi@basil.nowhere.org>
Wed, 16 Jul 2008 21:27:04 +0000 (23:27 +0200)
commit5a1a57efeb152d6b8a3b2a20f6b192d074e919ec
treee27014feb79e210cb824ccf8f3487ed4466341f6
parent75e5b5fb778646a93d98adb1ca697435362d2856
ACPICA: Fix for invalid large array index on 64-bit systems

This problem was introduced in 20080514 as a result of the
elimination of the acpi_native_uint type. Code uses a negative
array index, which should be eliminated.

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>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
drivers/acpi/executer/exdump.c