diff options
author | Neel Natu <neel@FreeBSD.org> | 2010-05-25 05:45:16 +0000 |
---|---|---|
committer | Neel Natu <neel@FreeBSD.org> | 2010-05-25 05:45:16 +0000 |
commit | 5e612d300726ffc878c19cebff8f33fefd53813a (patch) | |
tree | 59a95cae4431c36ef4e948997e2999941cf224ae | |
parent | 01ab508d37140a548f875d280738202eb9585e6d (diff) |
Notes
-rw-r--r-- | sys/mips/include/asm.h | 4 | ||||
-rw-r--r-- | sys/mips/mips/swtch.S | 4 |
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; /*---------------------------------------------------------------------------- * |