]> git.baikalelectronics.ru Git - kernel.git/commit
i386: move common parts of smp into their own file
authorJeremy Fitzhardinge <jeremy@goop.org>
Tue, 15 May 2007 08:41:48 +0000 (01:41 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 15 May 2007 15:54:00 +0000 (08:54 -0700)
commit0611aa0a5882356c66b153bbe8be112e5f57857b
treec5a2f1258def2f54790b57afc0bea9dc49563773
parent41ef4fec87e5e658762cb7a94fcba59d147bfca8
i386: move common parts of smp into their own file

Several parts of kernel/smp.c and smpboot.c are generally useful for other
subarchitectures and paravirt_ops implementations, so make them available for
reuse.

Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com>
Acked-by: Chris Wright <chrisw@sous-sol.org>
Cc: James Bottomley <James.Bottomley@HansenPartnership.com>
Cc: Eric W. Biederman <ebiederm@xmission.com>
Cc: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/i386/kernel/Makefile
arch/i386/kernel/smp.c
arch/i386/kernel/smpboot.c
arch/i386/kernel/smpcommon.c [new file with mode: 0644]
include/asm-i386/processor.h