X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-arm%2Fcpu.h;h=715426b9b08ef355728a7ce9ebde64b5d522ce14;hb=a2f44b27303a5353859d77a3e96a1d3f33f56ab7;hp=fcbdd40cb66773da5638c8f640877bec2140b890;hpb=20fcd31c96d8a7938e49ec2bc2249a5256b1ab2f;p=linux-2.6.git diff --git a/include/asm-arm/cpu.h b/include/asm-arm/cpu.h index fcbdd40cb..715426b9b 100644 --- a/include/asm-arm/cpu.h +++ b/include/asm-arm/cpu.h @@ -10,12 +10,12 @@ #ifndef __ASM_ARM_CPU_H #define __ASM_ARM_CPU_H -#include #include struct cpuinfo_arm { struct cpu cpu; #ifdef CONFIG_SMP + struct task_struct *idle; unsigned int loops_per_jiffy; #endif };