]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1b8a539ffb89a2af20f273b44d73a808847f3bef
tree4b45357ba1854fd744d6fe679ecdc5d7a0dddf91
parent17c4f6d34fea4dca998dd4a8178592ff9d72799f
x86: prevent stale state of c1e_mask across CPU offline/online, fix

Fix build error introduced by commit 6034a662707c63 ("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