aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/entry.S
diff options
context:
space:
mode:
authorSam Ravnborg <sam@mars.(none)>2005-09-09 22:03:13 +0200
committerSam Ravnborg <sam@mars.(none)>2005-09-09 22:03:13 +0200
commit39e01cb874cbf694bd0b0c44f54c4f270e2aa556 (patch)
tree5cbce594e335226d29bb9fa8d3f2608ef0904e81 /arch/ia64/kernel/entry.S
parentkbuild: v850 use generic asm-offsets.h support (diff)
downloadlinux-dev-39e01cb874cbf694bd0b0c44f54c4f270e2aa556.tar.xz
linux-dev-39e01cb874cbf694bd0b0c44f54c4f270e2aa556.zip
kbuild: ia64 use generic asm-offsets.h support
Delete obsolete stuff from arch Makefile Rename file to asm-offsets.h The trick used in the arch Makefile to circumvent the circular dependency is kept. Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'arch/ia64/kernel/entry.S')
-rw-r--r--arch/ia64/kernel/entry.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/kernel/entry.S b/arch/ia64/kernel/entry.S
index 9be53e1ea404..6d70fec82d0e 100644
--- a/arch/ia64/kernel/entry.S
+++ b/arch/ia64/kernel/entry.S
@@ -37,7 +37,7 @@
#include <asm/cache.h>
#include <asm/errno.h>
#include <asm/kregs.h>
-#include <asm/offsets.h>
+#include <asm/asm-offsets.h>
#include <asm/pgtable.h>
#include <asm/percpu.h>
#include <asm/processor.h>