commit | adaa765d76f58b47e10a4760f2c0bc86de5479b9 | [log] [tgz] |
---|---|---|
author | Alexander Nyberg <alexn@telia.com> | Tue May 31 14:39:27 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Tue May 31 14:54:17 2005 -0700 |
tree | 49db01681b5061228bd5a15f7ac0f9eab54601c6 | |
parent | 9c2be6a0fa186e2cb0cf14f41f20b08a5809a026 [diff] |
[PATCH] acpi build fix: x86 setup.c This is a neverending story linux/acpi.h contains empty declarations for acpi_boot_init() & acpi_boot_table_init() but they are nested inside #ifdef CONFIG_ACPI. So we'll have to #ifdef in arch/i386/kernel/setup.c: setup_arch() Signed-off-by: Alexander Nyberg <alexn@telia.com> Cc: "Brown, Len" <len.brown@intel.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>