Re: i386 warnings in acpi-test

2008-02-21 Thread Len Brown
On Saturday 16 February 2008 00:42, Len Brown wrote: drivers/acpi/executer/exregion.c: In function 'acpi_ex_pci_config_space_handler': drivers/acpi/executer/exregion.c:369: warning: passing argument 3 of 'acpi_os_read_pci_configuration' from incompatible pointer type Subject: ACPI: fix

Re: i386 warnings in acpi-test

2008-02-17 Thread Rafael J. Wysocki
On Saturday, 16 of February 2008, Len Brown wrote: yeah, i know. Linus personally created this one last week. We're waiting for him to cool off before we re-suggest a patch that actually works:-) Well, perhaps something like the appended one? Thanks, Rafael ---

i386 warnings in acpi-test

2008-02-15 Thread Andrew Morton
arch/x86/kernel/acpi/sleep.c: In function 'acpi_save_state_mem': arch/x86/kernel/acpi/sleep.c:55: warning: passing argument 1 of 'native_store_gdt' from incompatible pointer type arch/x86/kernel/acpi/sleep.c:71: warning: assignment makes integer from pointer without a cast

Re: i386 warnings in acpi-test

2008-02-15 Thread Len Brown
yeah, i know. Linus personally created this one last week. We're waiting for him to cool off before we re-suggest a patch that actually works:-) -Len On Friday 15 February 2008 23:47, Andrew Morton wrote: arch/x86/kernel/acpi/sleep.c: In function 'acpi_save_state_mem':