Re: [GIT PATCH] ACPI patches for 2.6.23-rc1
From: Yasha Okshtein <hidden>
Date: 2007-08-01 01:35:27
Also in:
lkml
From: Yasha Okshtein <hidden>
Date: 2007-08-01 01:35:27
Also in:
lkml
On 7/28/07, Jan Dittmer [off-list ref] wrote:
Andreas Schwab wrote:quoted
Jan Dittmer [off-list ref] writes:quoted
Len Brown wrote: FATAL: drivers/acpi/button: sizeof(struct acpi_device_id)=20 is not a modulo of the size of section __mod_acpi_device_table=144.Are you cross-compiling? The definition of kernel_ulong_t won't work on x86.Yes, sorry, should have mentioned that. Build system is x86. Still, it didn't happen before the recent acpi merge.
I also have the same error, which I didn't have in 2.6.22: FATAL: drivers/acpi/ac: sizeof(struct acpi_device_id)=20 is not a modulo of the size of section __mod_acpi_device_table=48. Fix definition of struct acpi_device_id in mod_devicetable.h make[1]: *** [__modpost] Error 1 Build system is x86_64. I'm not cross-compiling, as the target machine (not the build machine) is also x86_64. - Yasha