summaryrefslogtreecommitdiffstats
path: root/sys/mips/mips/swtch.S
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2010-04-17 00:05:22 +0000
committerjmallett <jmallett@FreeBSD.org>2010-04-17 00:05:22 +0000
commit37d2dea4b87361802ffcdec406493aa452b87577 (patch)
treea843af131e0ed52e12ceab7743b8b39f68607ada /sys/mips/mips/swtch.S
parent1bf63ac57f7893887306e1ee448ae41287cff503 (diff)
downloadFreeBSD-src-37d2dea4b87361802ffcdec406493aa452b87577.zip
FreeBSD-src-37d2dea4b87361802ffcdec406493aa452b87577.tar.gz
o) Remove code related to VM_ALLOC_WIRED_TLB_PG_POOL, VM_KERNEL_ALLOC_OFFSET
and floating pages. They are unused and unsupported.
Diffstat (limited to 'sys/mips/mips/swtch.S')
-rw-r--r--sys/mips/mips/swtch.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/mips/swtch.S b/sys/mips/mips/swtch.S
index dd66ece..4fc3cbd 100644
--- a/sys/mips/mips/swtch.S
+++ b/sys/mips/mips/swtch.S
@@ -340,7 +340,7 @@ blocked_loop:
lw a2, TD_PCB(a1)
sw a2, PC_CURPCB(a3)
lw v0, TD_REALKSTACK(a1)
- li s0, (MIPS_KSEG2_START+VM_KERNEL_ALLOC_OFFSET) # If Uarea addr is below kseg2,
+ li s0, MIPS_KSEG2_START # If Uarea addr is below kseg2,
bltu v0, s0, sw2 # no need to insert in TLB.
lw a1, TD_UPTE+0(s7) # t0 = first u. pte
lw a2, TD_UPTE+4(s7) # t1 = 2nd u. pte
OpenPOWER on IntegriCloud