Linux Audio

Check our new training course

Loading...
v4.17
 1/* SPDX-License-Identifier: GPL-2.0 */
 2#ifndef ___ASM_SPARC_CPUDATA_H
 3#define ___ASM_SPARC_CPUDATA_H
 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
14#if defined(__sparc__) && defined(__arch64__)
15#include <asm/cpudata_64.h>
16#else
17#include <asm/cpudata_32.h>
18#endif
19#endif
v4.6
 
 1#ifndef ___ASM_SPARC_CPUDATA_H
 2#define ___ASM_SPARC_CPUDATA_H
 3
 4#ifndef __ASSEMBLY__
 5
 6#include <linux/threads.h>
 7#include <linux/percpu.h>
 8
 9extern const struct seq_operations cpuinfo_op;
10
11#endif /* !(__ASSEMBLY__) */
12
13#if defined(__sparc__) && defined(__arch64__)
14#include <asm/cpudata_64.h>
15#else
16#include <asm/cpudata_32.h>
17#endif
18#endif