diff options
Diffstat (limited to 'arch/mips/kernel/vmlinux.lds.S')
| -rw-r--r-- | arch/mips/kernel/vmlinux.lds.S | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/kernel/vmlinux.lds.S b/arch/mips/kernel/vmlinux.lds.S index 007ccbe1e26..0a4336b803e 100644 --- a/arch/mips/kernel/vmlinux.lds.S +++ b/arch/mips/kernel/vmlinux.lds.S @@ -1,7 +1,8 @@  #include <asm/asm-offsets.h> -#include <asm/page.h>  #include <asm/thread_info.h> +#define PAGE_SIZE _PAGE_SIZE +  /*   * Put .bss..swapper_pg_dir as the first thing in .bss. This will   * ensure that it has .bss alignment (64K).  |