[PATCH] uml: avoid "CONFIG_NR_CPUS undeclared" bogus error messages
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / asm-um / smp.h
index d879eba2b52c7d74e646a3213911304f877279c5..aeda6657f366e156ff8e6997f06a6726f19098ea 100644 (file)
@@ -23,6 +23,8 @@ extern inline void smp_cpus_done(unsigned int maxcpus)
 {
 }
 
+extern struct task_struct *idle_threads[NR_CPUS];
+
 #endif
 
 #endif