]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blame - arch/sparc/include/asm/cpudata.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-kernels.git] / arch / sparc / include / asm / cpudata.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
f5e706ad
SR
2#ifndef ___ASM_SPARC_CPUDATA_H
3#define ___ASM_SPARC_CPUDATA_H
fd250a66
SR
4
5#ifndef __ASSEMBLY__
6
7#include <linux/threads.h>
8#include <linux/percpu.h>
9
10extern const struct seq_operations cpuinfo_op;
11
12#endif /* !(__ASSEMBLY__) */
13
f5e706ad 14#if defined(__sparc__) && defined(__arch64__)
a439fe51 15#include <asm/cpudata_64.h>
f5e706ad 16#else
a439fe51 17#include <asm/cpudata_32.h>
f5e706ad
SR
18#endif
19#endif