x86: prevent stale state of c1e_mask across CPU offline/online, fix
authorMarc Dionne <marc.c.dionne@gmail.com>
Wed, 24 Sep 2008 02:40:02 +0000 (22:40 -0400)
committerIngo Molnar <mingo@elte.hu>
Wed, 24 Sep 2008 07:30:10 +0000 (09:30 +0200)
commit1eda81495a49a4ee91d8863b0a441a624375efea
tree4b45357ba1854fd744d6fe679ecdc5d7a0dddf91
parentf8e256c687eb53850685747757c8d75e58756e15
x86: prevent stale state of c1e_mask across CPU offline/online, fix

Fix build error introduced by commit 4faac97d44ac27 ("x86: prevent stale
state of c1e_mask across CPU offline/online").

process_32.c needs to include idle.h to get the prototype for
c1e_remove_cpu()

Signed-off-by: Marc Dionne <marc.c.dionne@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/process_32.c