summaryrefslogtreecommitdiffstats
path: root/arch/h8300/kernel
diff options
context:
space:
mode:
authorChristoph Lameter2008-04-29 10:04:04 +0200
committerLinus Torvalds2008-04-29 17:06:30 +0200
commit501cd36f9de960f640f15ed37428631167108006 (patch)
tree41449aea74aed4bca5749aba19ae83937f87f717 /arch/h8300/kernel
parentfrv: use kbuild.h instead of defining macros in asm-offsets.c (diff)
downloadkernel-qcow2-linux-501cd36f9de960f640f15ed37428631167108006.tar.gz
kernel-qcow2-linux-501cd36f9de960f640f15ed37428631167108006.tar.xz
kernel-qcow2-linux-501cd36f9de960f640f15ed37428631167108006.zip
h8300: use kbuild.h instead of defining macros in asm-offsets.c
Signed-off-by: Christoph Lameter <clameter@sgi.com> Cc: Yoshinori Sato <ysato@users.sourceforge.jp> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/h8300/kernel')
-rw-r--r--arch/h8300/kernel/asm-offsets.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/h8300/kernel/asm-offsets.c b/arch/h8300/kernel/asm-offsets.c
index fc30b4fd0914..2042552e0871 100644
--- a/arch/h8300/kernel/asm-offsets.c
+++ b/arch/h8300/kernel/asm-offsets.c
@@ -13,15 +13,11 @@
#include <linux/kernel_stat.h>
#include <linux/ptrace.h>
#include <linux/hardirq.h>
+#include <linux/kbuild.h>
#include <asm/bootinfo.h>
#include <asm/irq.h>
#include <asm/ptrace.h>
-#define DEFINE(sym, val) \
- asm volatile("\n->" #sym " %0 " #val : : "i" (val))
-
-#define BLANK() asm volatile("\n->" : : )
-
int main(void)
{
/* offsets into the task struct */