summaryrefslogtreecommitdiffstats
path: root/arch/cris/include/asm/percpu.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-11-08 20:23:02 +0100
committerIngo Molnar <mingo@elte.hu>2008-11-08 20:23:02 +0100
commit895e031707954a9ca26ed4f5f794575313854ed1 (patch)
treeec7cd5515f346e6f94bc43e63d55ebc8ddf4173d /arch/cris/include/asm/percpu.h
parentx86: Implement change_bit with immediate operand as "lock xorb" (diff)
parentMerge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... (diff)
downloadlinux-895e031707954a9ca26ed4f5f794575313854ed1.tar.xz
linux-895e031707954a9ca26ed4f5f794575313854ed1.zip
Merge branch 'linus' into x86/cleanups
Diffstat (limited to 'arch/cris/include/asm/percpu.h')
-rw-r--r--arch/cris/include/asm/percpu.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/cris/include/asm/percpu.h b/arch/cris/include/asm/percpu.h
new file mode 100644
index 000000000000..6db9b43cf80a
--- /dev/null
+++ b/arch/cris/include/asm/percpu.h
@@ -0,0 +1,6 @@
+#ifndef _CRIS_PERCPU_H
+#define _CRIS_PERCPU_H
+
+#include <asm-generic/percpu.h>
+
+#endif /* _CRIS_PERCPU_H */