commit | 1c53e4357ec72d6114c58d20c26d00a904f55da3 | [log] [tgz] |
---|---|---|
author | Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> | Wed Aug 10 02:49:00 2005 -0700 |
committer | Tony Luck <tony.luck@intel.com> | Wed Aug 10 15:42:41 2005 -0700 |
tree | 3448b43b8f781e42245f58fcddb11b8c933f0ff1 | |
parent | bc68552faad0e134eb22281343d5ae5a4873fa80 [diff] |
[IA64] fix iosapic_remove build error for !HOTPLUG This patch removes the following stupid compile error that happens when CONFIG_HOTPLUG is not defined on ia64. arch/ia64/kernel/built-in.o(.text+0x712): In function `acpi_unregister_ioapic': : undefined reference to `iosapic_remove' Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> Signed-off-by: Tony Luck <tony.luck@intel.com>