]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/metag/include/asm/cpu.h
Merge remote-tracking branch 'asoc/fix/intel' into asoc-linus
[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 */