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