Merge tag 'sound-3.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[deliverable/linux.git] / arch / sparc / include / asm / cpudata.h
CommitLineData
f5e706ad
SR
1#ifndef ___ASM_SPARC_CPUDATA_H
2#define ___ASM_SPARC_CPUDATA_H
fd250a66
SR
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
f5e706ad 13#if defined(__sparc__) && defined(__arch64__)
a439fe51 14#include <asm/cpudata_64.h>
f5e706ad 15#else
a439fe51 16#include <asm/cpudata_32.h>
f5e706ad
SR
17#endif
18#endif
This page took 0.35934 seconds and 5 git commands to generate.