summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeel Natu <neel@FreeBSD.org>2010-05-25 05:45:16 +0000
committerNeel Natu <neel@FreeBSD.org>2010-05-25 05:45:16 +0000
commit5e612d300726ffc878c19cebff8f33fefd53813a (patch)
tree59a95cae4431c36ef4e948997e2999941cf224ae
parent01ab508d37140a548f875d280738202eb9585e6d (diff)
Notes
-rw-r--r--sys/mips/include/asm.h4
-rw-r--r--sys/mips/mips/swtch.S4
2 files changed, 0 insertions, 8 deletions
diff --git a/sys/mips/include/asm.h b/sys/mips/include/asm.h
index 23bfde148d68..389ff072f169 100644
--- a/sys/mips/include/asm.h
+++ b/sys/mips/include/asm.h
@@ -257,10 +257,6 @@ _C_LABEL(x):
EXPORT(x ## End); \
END(x)
-#define KSEG0TEXT_START
-#define KSEG0TEXT_END
-#define KSEG0TEXT .text
-
/*
* Macros to panic and printf from assembly language.
*/
diff --git a/sys/mips/mips/swtch.S b/sys/mips/mips/swtch.S
index f287476a3b35..992fe66389fc 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;
/*----------------------------------------------------------------------------
*