summaryrefslogtreecommitdiffstats
path: root/arch/metag/include/asm/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/metag/include/asm/cpu.h')
-rw-r--r--arch/metag/include/asm/cpu.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/metag/include/asm/cpu.h b/arch/metag/include/asm/cpu.h
deleted file mode 100644
index 9dac67d..0000000
--- a/arch/metag/include/asm/cpu.h
+++ /dev/null
@@ -1,15 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-#ifndef _ASM_METAG_CPU_H
-#define _ASM_METAG_CPU_H
-
-#include <linux/percpu.h>
-
-struct cpuinfo_metag {
- struct cpu cpu;
-#ifdef CONFIG_SMP
- unsigned long loops_per_jiffy;
-#endif
-};
-
-DECLARE_PER_CPU(struct cpuinfo_metag, cpu_data);
-#endif /* _ASM_METAG_CPU_H */
OpenPOWER on IntegriCloud