diff options
author | Sam Ravnborg <sam@mars.(none)> | 2005-09-09 22:44:31 +0200 |
---|---|---|
committer | Sam Ravnborg <sam@mars.(none)> | 2005-09-09 22:44:31 +0200 |
commit | 5a0773698c51fdcec7eb361b6b819669ed1d249e (patch) | |
tree | 25f68f4ab04d5290502bfa5c8760d48458112ed8 /arch/cris/arch-v10 | |
parent | 048eb582f3f89737d4a29668de9935e6feea7c36 (diff) | |
download | op-kernel-dev-5a0773698c51fdcec7eb361b6b819669ed1d249e.zip op-kernel-dev-5a0773698c51fdcec7eb361b6b819669ed1d249e.tar.gz |
kbuild: cris use generic asm-offsets.h support
Cris has a dedicated asm-offsets.c file per subarchitecture.
So a symlink is created to put the desired asm-offsets.c file
in $(ARCH)/kernel
This is absolutely not good practice, but it was the trick
used in the rest of the cris code.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'arch/cris/arch-v10')
-rw-r--r-- | arch/cris/arch-v10/kernel/entry.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/cris/arch-v10/kernel/entry.S b/arch/cris/arch-v10/kernel/entry.S index c0163bf..c808005 100644 --- a/arch/cris/arch-v10/kernel/entry.S +++ b/arch/cris/arch-v10/kernel/entry.S @@ -270,7 +270,7 @@ #include <asm/arch/sv_addr_ag.h> #include <asm/errno.h> #include <asm/thread_info.h> -#include <asm/arch/offset.h> +#include <asm/asm-offsets.h> #include <asm/page.h> #include <asm/pgtable.h> |