]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/metag/include/asm/cpu.h
Merge branch 'for-3.10/hid-driver-transport-cleanups' into for-3.10/mt-hybrid-finger-pen
[karo-tx-linux.git] / arch / metag / include / asm / cpu.h
1 #ifndef _ASM_METAG_CPU_H
2 #define _ASM_METAG_CPU_H
3
4 #include <linux/percpu.h>
5
6 struct cpuinfo_metag {
7         struct cpu cpu;
8 #ifdef CONFIG_SMP
9         unsigned long loops_per_jiffy;
10 #endif
11 };
12
13 DECLARE_PER_CPU(struct cpuinfo_metag, cpu_data);
14 #endif /* _ASM_METAG_CPU_H */