summaryrefslogtreecommitdiffstats
path: root/sys/mips/mips/swtch.S
diff options
context:
space:
mode:
authorneel <neel@FreeBSD.org>2010-05-25 05:45:16 +0000
committerneel <neel@FreeBSD.org>2010-05-25 05:45:16 +0000
commit8b66012ecb8cc5ea8d8f0090d80875243b574826 (patch)
tree59a95cae4431c36ef4e948997e2999941cf224ae /sys/mips/mips/swtch.S
parent65c373c5d5d7ba43dc64bacbb76e320ccbbae661 (diff)
downloadFreeBSD-src-8b66012ecb8cc5ea8d8f0090d80875243b574826.zip
FreeBSD-src-8b66012ecb8cc5ea8d8f0090d80875243b574826.tar.gz
Get rid of empty and unused KSEG0TEXT macros.
Diffstat (limited to 'sys/mips/mips/swtch.S')
-rw-r--r--sys/mips/mips/swtch.S4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/mips/mips/swtch.S b/sys/mips/mips/swtch.S
index f287476..992fe66 100644
--- a/sys/mips/mips/swtch.S
+++ b/sys/mips/mips/swtch.S
@@ -216,9 +216,6 @@ LEAF(savectx)
move v0, zero
END(savectx)
-
-KSEG0TEXT_START;
-
NON_LEAF(mips_cpu_throw, CALLFRAME_SIZ, ra)
mfc0 t0, COP_0_STATUS_REG # t0 = saved status register
nop
@@ -376,7 +373,6 @@ sw2:
j ra
nop
END(cpu_switch)
-KSEG0TEXT_END;
/*----------------------------------------------------------------------------
*
OpenPOWER on IntegriCloud