]> git.baikalelectronics.ru Git - kernel.git/commit
x86: change x86_64 smp_call_function_mask to look alike i386
authorGlauber Costa <gcosta@redhat.com>
Mon, 3 Mar 2008 17:12:47 +0000 (14:12 -0300)
committerIngo Molnar <mingo@elte.hu>
Thu, 17 Apr 2008 15:40:55 +0000 (17:40 +0200)
commit8e81447e2d345695d1a2b9a2f91ef635bd2fe37a
treef93f8788a4c972e40231aae88c15015c79d019d7
parent9603e4e8d1cc611ff51067ad26aaed7713f62d07
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