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)
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

Simple merge
Simple merge