]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/acpi/executer/exdump.c
ACPICA: Fix for invalid large array index on 64-bit systems
[linux-2.6-omap-h63xx.git] / drivers / acpi / executer / exdump.c
index 74f1b22601b39b4b5106966d211c12fdd62946ee..f337c3f73e0c1afc15fb513780f4a3af95fa2813 100644 (file)
@@ -771,11 +771,12 @@ void acpi_ex_dump_operand(union acpi_operand_object *obj_desc, u32 depth)
 void
 acpi_ex_dump_operands(union acpi_operand_object **operands,
                      acpi_interpreter_mode interpreter_mode,
-                     char *ident,
+                     const char *ident,
                      u32 num_levels,
-                     char *note, char *module_name, u32 line_number)
+                     const char *note,
+                     const char *module_name, u32 line_number)
 {
-       acpi_native_uint i;
+       s32 i;
 
        ACPI_FUNCTION_NAME(ex_dump_operands);