diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2012-12-28 15:15:25 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-12-28 17:04:16 +0100 |
commit | bef9ae3d883ce908d8879fff0cd2c3971f5ee4b4 (patch) | |
tree | 06902d4c33b71a1960dbf90ea956b08056a6aa09 /arch/mips/kernel/relocate_kernel.S | |
parent | MIPS: Include PAGE_S{IZE,HIFT} in <asm/offset.h>. (diff) | |
download | linux-bef9ae3d883ce908d8879fff0cd2c3971f5ee4b4.tar.xz linux-bef9ae3d883ce908d8879fff0cd2c3971f5ee4b4.zip |
MIPS: Switch remaining assembler PAGE_SIZE users to <asm/asm-offsets.h>.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/relocate_kernel.S')
-rw-r--r-- | arch/mips/kernel/relocate_kernel.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/mips/kernel/relocate_kernel.S b/arch/mips/kernel/relocate_kernel.S index e4142c5f7c2b..804ebb2c34a6 100644 --- a/arch/mips/kernel/relocate_kernel.S +++ b/arch/mips/kernel/relocate_kernel.S @@ -9,7 +9,6 @@ #include <asm/asm.h> #include <asm/asmmacro.h> #include <asm/regdef.h> -#include <asm/page.h> #include <asm/mipsregs.h> #include <asm/stackframe.h> #include <asm/addrspace.h> @@ -50,7 +49,7 @@ process_entry: and s3, s2, 0x8 beq s3, zero, process_entry and s2, s2, ~0x8 - li s6, (1 << PAGE_SHIFT) / SZREG + li s6, (1 << _PAGE_SHIFT) / SZREG copy_word: /* copy page word by word */ |