projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf3d0cb
)
x86, numaq 32-bit: build fix
author
Ingo Molnar
<mingo@elte.hu>
Tue, 3 Jun 2008 10:39:43 +0000
(12:39 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Tue, 3 Jun 2008 10:49:06 +0000
(12:49 +0200)
fix:
drivers/built-in.o: In function `acpi_numa_init':
: undefined reference to `acpi_numa_arch_fixup'
which can happen with ACPI && NUMAQ.
arch/x86/mm/discontig_32.c
patch
|
blob
|
history
diff --git
a/arch/x86/mm/discontig_32.c
b/arch/x86/mm/discontig_32.c
index 0d28b4bff817184172079fd6ccbf5c5ca8a5ea14..8b4eac0ca07d8265314e0b2551daef03933f6ae2 100644
(file)
--- a/
arch/x86/mm/discontig_32.c
+++ b/
arch/x86/mm/discontig_32.c
@@
-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