License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / arch / metag / include / asm / cpu.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_METAG_CPU_H
3 #define _ASM_METAG_CPU_H
4
5 #include <linux/percpu.h>
6
7 struct cpuinfo_metag {
8         struct cpu cpu;
9 #ifdef CONFIG_SMP
10         unsigned long loops_per_jiffy;
11 #endif
12 };
13
14 DECLARE_PER_CPU(struct cpuinfo_metag, cpu_data);
15 #endif /* _ASM_METAG_CPU_H */