summaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel
diff options
context:
space:
mode:
authorChristoph Lameter2008-04-29 10:04:01 +0200
committerLinus Torvalds2008-04-29 17:06:29 +0200
commit32b07679b479eee9195870b337b05046f5efedfb (patch)
treeebe20ecac652ac706f3592d7924a89c280afd980 /arch/sparc/kernel
parentxtensa: use kbuild.h macros instead of defining them in asm-offsets.c (diff)
downloadkernel-qcow2-linux-32b07679b479eee9195870b337b05046f5efedfb.tar.gz
kernel-qcow2-linux-32b07679b479eee9195870b337b05046f5efedfb.tar.xz
kernel-qcow2-linux-32b07679b479eee9195870b337b05046f5efedfb.zip
sparc: use kbuild.h instead of defining macros in asm-offsets.c
Signed-off-by: Christoph Lameter <clameter@sgi.com> Acked-by: David S. Miller <davem@davemloft.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/sparc/kernel')
-rw-r--r--arch/sparc/kernel/asm-offsets.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/sparc/kernel/asm-offsets.c b/arch/sparc/kernel/asm-offsets.c
index 6773ed76e414..cd3f7694e9b9 100644
--- a/arch/sparc/kernel/asm-offsets.c
+++ b/arch/sparc/kernel/asm-offsets.c
@@ -12,11 +12,7 @@
#include <linux/sched.h>
// #include <linux/mm.h>
-
-#define DEFINE(sym, val) \
- asm volatile("\n->" #sym " %0 " #val : : "i" (val))
-
-#define BLANK() asm volatile("\n->" : : )
+#include <linux/kbuild.h>
int foo(void)
{