diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-06-03 06:39:43 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-06-03 06:49:06 -0400 |
commit | 471b3c1b011f807d16f1e19d1d4ecf703f1e7d1a (patch) | |
tree | 33c79bb29b236fe7218b8f240853fa75100f9730 /arch/x86/mm/discontig_32.c | |
parent | cf3d0cb8a10a4fd19439bb34995d9ad28854739a (diff) |
x86, numaq 32-bit: build fix
fix:
drivers/built-in.o: In function `acpi_numa_init':
: undefined reference to `acpi_numa_arch_fixup'
which can happen with ACPI && NUMAQ.
Diffstat (limited to 'arch/x86/mm/discontig_32.c')
-rw-r--r-- | arch/x86/mm/discontig_32.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/mm/discontig_32.c b/arch/x86/mm/discontig_32.c index 0d28b4bff817..8b4eac0ca07d 100644 --- a/arch/x86/mm/discontig_32.c +++ b/arch/x86/mm/discontig_32.c | |||
@@ -467,4 +467,8 @@ void __init | |||
467 | acpi_numa_processor_affinity_init(struct acpi_srat_cpu_affinity *pa) | 467 | acpi_numa_processor_affinity_init(struct acpi_srat_cpu_affinity *pa) |
468 | { | 468 | { |
469 | } | 469 | } |
470 | |||
471 | void __init acpi_numa_arch_fixup(void) | ||
472 | { | ||
473 | } | ||
470 | #endif | 474 | #endif |