x86: uv cleanup, build fix
authorIngo Molnar <mingo@elte.hu>
Wed, 21 Jan 2009 09:24:27 +0000 (10:24 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 21 Jan 2009 09:24:27 +0000 (10:24 +0100)
commit4ec71fa2d2c3f1040348f2604f4b8ccc833d1c2e
tree54287aa0a8e835c0cdd7aa835c223f9f9d7db3f2
parent55f4949f5765e7a29863b6d17a774601810732f5
x86: uv cleanup, build fix

Fix:

 arch/x86/mm/srat_64.c: In function ‘acpi_numa_processor_affinity_init’:
 arch/x86/mm/srat_64.c:141: error: implicit declaration of function ‘get_uv_system_type’
 arch/x86/mm/srat_64.c:141: error: ‘UV_X2APIC’ undeclared (first use in this function)
 arch/x86/mm/srat_64.c:141: error: (Each undeclared identifier is reported only once
 arch/x86/mm/srat_64.c:141: error: for each function it appears in.)

A couple of UV definitions were moved to asm/uv/uv.h, but srat_64.c did
not include that header. Add it.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/mm/srat_64.c