uml: more page fault path trimming
[sfrench/cifs-2.6.git] / include / asm-um / smp.h
index d879eba2b52c7d74e646a3213911304f877279c5..ca552261ed1fcee5c3493830d2903e9754bcc3a3 100644 (file)
@@ -3,7 +3,6 @@
 
 #ifdef CONFIG_SMP
 
-#include "linux/config.h"
 #include "linux/bitops.h"
 #include "asm/current.h"
 #include "linux/cpumask.h"
@@ -23,6 +22,8 @@ extern inline void smp_cpus_done(unsigned int maxcpus)
 {
 }
 
+extern struct task_struct *idle_threads[NR_CPUS];
+
 #endif
 
 #endif