]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/um/include/kern_util.h
[PATCH] uml: avoid "CONFIG_NR_CPUS undeclared" bogus error messages
[linux-2.6-omap-h63xx.git] / arch / um / include / kern_util.h
index c649108a9e9f298c4266c568ce88627bd8e2eab9..07176d92e1c92789daf5c75df5c901d7605bd5c5 100644 (file)
@@ -31,8 +31,6 @@ extern int timer_irq_inited;
 extern int jail;
 extern int nsyscalls;
 
-extern struct task_struct *idle_threads[NR_CPUS];
-
 #define UML_ROUND_DOWN(addr) ((void *)(((unsigned long) addr) & PAGE_MASK))
 #define UML_ROUND_UP(addr) \
        UML_ROUND_DOWN(((unsigned long) addr) + PAGE_SIZE - 1)