x86: change x86_64 smp_call_function_mask to look alike i386
commit2513926c286ca1d0d189c206966011bdd4080354
authorGlauber Costa <gcosta@redhat.com>
Mon, 3 Mar 2008 17:12:47 +0000 (3 14:12 -0300)
committerIngo Molnar <mingo@elte.hu>
Thu, 17 Apr 2008 15:40:55 +0000 (17 17:40 +0200)
treef93f8788a4c972e40231aae88c15015c79d019d7
parent3a36d1e435af79ec3bc5ead871e5b22d5558ebf3
x86: change x86_64 smp_call_function_mask to look alike i386

the two versions (the inner version, and the outer version, that takes
the locks) of smp_call_function_mask are made into one. With the changes,
i386 and x86_64 versions look exactly the same.

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