]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - arch/metag/include/asm/cpu.h
Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ac97-mfd', 'asoc/topic...
[mirror_ubuntu-focal-kernel.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 */