]> git.karo-electronics.de Git - linux-beck.git/blobdiff - arch/x86/kernel/process_32.c
Merge branch 'x86/pebs' into x86-v28-for-linus-phase1
[linux-beck.git] / arch / x86 / kernel / process_32.c
index ae584f87d06aa66de16347e72c1a789c1ef63c4c..491eb1a7e0739f2b500c323308e4e7487fa04814 100644 (file)
@@ -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");
 
@@ -88,6 +89,7 @@ static void cpu_exit_clear(void)
        cpu_clear(cpu, cpu_callin_map);
 
        numa_remove_cpu(cpu);
+       c1e_remove_cpu(cpu);
 }
 
 /* We don't actually take CPU down, just spin without interrupts. */