diff options
author | Kanoj Sarcar <kanoj@engr.sgi.com> | 2000-06-09 02:46:11 +0000 |
---|---|---|
committer | Kanoj Sarcar <kanoj@engr.sgi.com> | 2000-06-09 02:46:11 +0000 |
commit | 60076fed0e60cbe1a307b845644cb2e9b6e320cf (patch) | |
tree | 8b4cfc76b698ea7fa79faac9a970f6d0fa61d71a /arch/mips64/kernel/head.S | |
parent | b2e03c8a89be152adf294f1baaadac6561b39bc6 (diff) |
Each node needs to have a structure that the master nasid fills up to
tell it where to get the kernel data from (ie, which nasid holds the
kernel data). Remove debug cruft from head.S.
Diffstat (limited to 'arch/mips64/kernel/head.S')
-rw-r--r-- | arch/mips64/kernel/head.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips64/kernel/head.S b/arch/mips64/kernel/head.S index 663348cc8..88133ae40 100644 --- a/arch/mips64/kernel/head.S +++ b/arch/mips64/kernel/head.S @@ -93,7 +93,6 @@ NESTED(kernel_entry, 16, sp) # kernel entry point GET_NASID_ASM move t2, t1 # text and data are here -1: bne t1, zero, 1b MAPPED_KERNEL_SETUP_TLB ARC64_TWIDDLE_PC |