]> www.pilppa.org Git - linux-2.6-omap-h63xx.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)
commit297d9c035edd04327fedc0d1da27c2b112b66fcc
treec5a2f1258def2f54790b57afc0bea9dc49563773
parent838c41184fee5e151c09972f2ba90c16493af614
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