x86, uv: add early detection of UV system types
authorJack Steiner <steiner@sgi.com>
Tue, 23 Sep 2008 20:37:13 +0000 (15:37 -0500)
committerIngo Molnar <mingo@elte.hu>
Mon, 13 Oct 2008 08:21:51 +0000 (10:21 +0200)
commit2e42060c19cb79adacc48beb5e9ec5361df976a2
tree22b4d7b0ad591ace905cb54f44222eb094406bf7
parente04d645f326bc8e591bc4ae21c4ab535987a17c1
x86, uv: add early detection of UV system types

Portions of the ACPI code needs to know if a system is a UV system prior
to genapic initialization. This patch adds a call early_acpi_boot_init()
so that the apic type is discovered earlier.

V2 of the patch adding fixes from Yinghai Lu.
Much cleaner and smaller.

Signed-off-by: Jack Steiner <steiner@sgi.com>
Acked-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/setup.c
arch/x86/mm/srat_64.c