]> git.baikalelectronics.ru Git - kernel.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)
commit088324ca1a9654d3c8af59d5435ea2439fd21f98
treea6ec2f5165c557dcd46ef926094897cf823a8bb9
parent596f2662919af8fc10725aff03dc7882a0b038e9
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