summaryrefslogtreecommitdiffstats
path: root/arch/mips64
diff options
context:
space:
mode:
authorKanoj Sarcar <kanoj@engr.sgi.com>2000-06-06 19:20:50 +0000
committerKanoj Sarcar <kanoj@engr.sgi.com>2000-06-06 19:20:50 +0000
commitaae5af617aadd61a78efcc6f8d326477af081676 (patch)
treef242f023bdf5fcb6a9ccb77c18a0df3944473d65 /arch/mips64
parent0c37cbd74b2e4421ebb93a8498fdc1119f69dcfd (diff)
MAke sure the mapped kernel does not loose its prom command line.
Diffstat (limited to 'arch/mips64')
-rw-r--r--arch/mips64/kernel/head.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips64/kernel/head.S b/arch/mips64/kernel/head.S
index 85e99faae..e9dfb8e05 100644
--- a/arch/mips64/kernel/head.S
+++ b/arch/mips64/kernel/head.S
@@ -81,7 +81,6 @@ NESTED(mapped_kernel_setup_tlb, 16, sp)
* at physical 0x1c000 and virtual 0xa80000000001c000.
* (mips64/Makefile has a --change-address to do this).
*/
- or a0, zero, zero
dli t0, 0xffffffffc0000000
dmtc0 t0, CP0_ENTRYHI
li t0, ((_PAGE_GLOBAL|_PAGE_VALID| _PAGE_DIRTY|_CACHE_CACHABLE_COW) >> 6)