x86: move sibling functions to common file
authorGlauber Costa <gcosta@redhat.com>
Mon, 3 Mar 2008 17:13:02 +0000 (14:13 -0300)
committerIngo Molnar <mingo@elte.hu>
Thu, 17 Apr 2008 15:40:56 +0000 (17:40 +0200)
commit768d95051bdaf60b4eb89b42c133b14627f478f2
tree805873c963721c6a52c3b0737118f6f18d2a02d8
parent1dbb4726faebe9e64a1e9cf40e3b39fffa065a65
x86: move sibling functions to common file

set_cpu_sibling_map() and remove_sibling_info() are
equal between architectures, and are now moved to common
file

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