]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: make stop_this_cpu looks exactly equal in both arches
authorGlauber Costa <gcosta@redhat.com>
Mon, 3 Mar 2008 17:12:49 +0000 (14:12 -0300)
committerIngo Molnar <mingo@elte.hu>
Thu, 17 Apr 2008 15:40:55 +0000 (17:40 +0200)
commit3be5b49e8f1002bc562a2b4670093e4ebf27b4e9
treea6ec2f5165c557dcd46ef926094897cf823a8bb9
parent3d3f487c58ef1ece714af280b29411960908149c
x86: make stop_this_cpu looks exactly equal in both arches

with the hlt_works change, it is possible to have i386
and x86_64 stop_this_cpu() looking exactly the same. They
can, after that, be merged.

Signed-off-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/smp_32.c
arch/x86/kernel/smp_64.c