]> Git Repo - linux.git/commit - arch/x86/kernel/smpboot.c
x86: separate generic cpu disabling code from APIC writes in cpu_disable
authorAlex Nixon <[email protected]>
Fri, 22 Aug 2008 10:52:14 +0000 (11:52 +0100)
committerIngo Molnar <[email protected]>
Mon, 25 Aug 2008 08:59:20 +0000 (10:59 +0200)
commit8227dce7dc2cfdcc28ee0eadfb482a7ee77fba03
tree04cdd6ed74406bc1393cc7518fee596a1260f6e4
parenta21f5d88c17a40941f6239d1959d89e8493e8e01
x86: separate generic cpu disabling code from APIC writes in cpu_disable

It allows paravirt implementations of cpu_disable to share the
cpu_disable_common code, without having to take on board APIC
writes, which may not be appropriate.

Signed-off-by: Alex Nixon <[email protected]>
Acked-by: Jeremy Fitzhardinge <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
arch/x86/kernel/smpboot.c
include/asm-x86/smp.h
This page took 0.058329 seconds and 4 git commands to generate.