|
@@ -9,7 +9,6 @@
|
|
#include <asm/asm.h>
|
|
#include <asm/asm.h>
|
|
#include <asm/asmmacro.h>
|
|
#include <asm/asmmacro.h>
|
|
#include <asm/regdef.h>
|
|
#include <asm/regdef.h>
|
|
-#include <asm/page.h>
|
|
|
|
#include <asm/mipsregs.h>
|
|
#include <asm/mipsregs.h>
|
|
#include <asm/stackframe.h>
|
|
#include <asm/stackframe.h>
|
|
#include <asm/addrspace.h>
|
|
#include <asm/addrspace.h>
|
|
@@ -50,7 +49,7 @@ process_entry:
|
|
and s3, s2, 0x8
|
|
and s3, s2, 0x8
|
|
beq s3, zero, process_entry
|
|
beq s3, zero, process_entry
|
|
and s2, s2, ~0x8
|
|
and s2, s2, ~0x8
|
|
- li s6, (1 << PAGE_SHIFT) / SZREG
|
|
|
|
|
|
+ li s6, (1 << _PAGE_SHIFT) / SZREG
|
|
|
|
|
|
copy_word:
|
|
copy_word:
|
|
/* copy page word by word */
|
|
/* copy page word by word */
|