summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 23bfde1..389ff07 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 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