]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/asm-arm/cpu.h
[IA64] disable irq's and check need_resched before safe_halt
[karo-tx-linux.git] / include / asm-arm / cpu.h
index fcbdd40cb66773da5638c8f640877bec2140b890..715426b9b08ef355728a7ce9ebde64b5d522ce14 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
 };