]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] x86_64 genapic update
authorJason Davis <jason@rightthere.net>
Sat, 16 Apr 2005 22:24:53 +0000 (15:24 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 16 Apr 2005 22:24:53 +0000 (15:24 -0700)
commit9967b74ee4c41f825f2587d68aff4897be534d9b
treeb2a2873bea4be22c418ca194d3b0525b122034a1
parent1082600dcba48065cb62e07c81902bf1a4f2c1b0
[PATCH] x86_64 genapic update

x86_64 genapic mechanism should be aware of machines that use physical APIC
mode regardless of how many clusters/processors are detected.

ACPI 3.0 FADT makes this determination very simple by providing a feature
flag "force_apic_physical_destination_mode" to state whether the machine
unconditionally uses physical APIC mode.

Unisys' next generation x86_64 ES7000 will need to utilize this FADT
feature flag in order to boot the x86_64 kernel in the correct APIC mode.
This patch has been tested on both x86_64 commodity and ES7000 boxes.

Signed-off-by: Jason Davis <jason.davis@unisys.com>
Acked-by: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/acpi/boot.c
arch/x86_64/kernel/genapic.c