x86: use remove_from_maps in cpu_disable
authorGlauber Costa <gcosta@redhat.com>
Mon, 3 Mar 2008 17:13:05 +0000 (14:13 -0300)
committerIngo Molnar <mingo@elte.hu>
Thu, 17 Apr 2008 15:40:56 +0000 (17:40 +0200)
commit045f9d22029e94d6609d46f8ee07c63f4693dfb3
tree2eea11b017c1614d5de9138d78436e1e3759bcdc
parentfc25da9ec6c910976b76c70f7604a838679f75b2
x86: use remove_from_maps in cpu_disable

it is already used in x86_64. In i386, it only
removes from cpu_online_map

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