fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / include / asm-arm / cpu.h
index fcbdd40..715426b 100644 (file)
 #ifndef __ASM_ARM_CPU_H
 #define __ASM_ARM_CPU_H
 
-#include <linux/config.h>
 #include <linux/percpu.h>
 
 struct cpuinfo_arm {
        struct cpu      cpu;
 #ifdef CONFIG_SMP
+       struct task_struct *idle;
        unsigned int    loops_per_jiffy;
 #endif
 };