Skip to content

Commit

Permalink
x86, numaq 32-bit: build fix
Browse files Browse the repository at this point in the history
fix:

drivers/built-in.o: In function `acpi_numa_init':
: undefined reference to `acpi_numa_arch_fixup'

which can happen with ACPI && NUMAQ.
  • Loading branch information
Ingo Molnar committed Jun 3, 2008
1 parent cf3d0cb commit 471b3c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/x86/mm/discontig_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -467,4 +467,8 @@ void __init
acpi_numa_processor_affinity_init(struct acpi_srat_cpu_affinity *pa)
{
}

void __init acpi_numa_arch_fixup(void)
{
}
#endif

0 comments on commit 471b3c1

Please sign in to comment.