Skip to content

Commit

Permalink
x86: prevent stale state of c1e_mask across CPU offline/online, fix
Browse files Browse the repository at this point in the history
Fix build error introduced by commit 4faac97 ("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 <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
  • Loading branch information
mdionne authored and Ingo Molnar committed Sep 24, 2008
1 parent f8e256c commit 1eda814
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/x86/kernel/process_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
#include <asm/tlbflush.h>
#include <asm/cpu.h>
#include <asm/kdebug.h>
#include <asm/idle.h>

asmlinkage void ret_from_fork(void) __asm__("ret_from_fork");

Expand Down

0 comments on commit 1eda814

Please sign in to comment.