Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mips/mips Remove a few more lines that should have ...



details:   https://anonhg.NetBSD.org/src/rev/8cde79ead253
branches:  trunk
changeset: 762565:8cde79ead253
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Feb 23 07:03:50 2011 +0000

description:
Remove a few more lines that should have been removed in the previous commit

diffstat:

 sys/arch/mips/mips/mipsX_subr.S |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r ab8801e9af73 -r 8cde79ead253 sys/arch/mips/mips/mipsX_subr.S
--- a/sys/arch/mips/mips/mipsX_subr.S   Wed Feb 23 06:17:55 2011 +0000
+++ b/sys/arch/mips/mips/mipsX_subr.S   Wed Feb 23 07:03:50 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mipsX_subr.S,v 1.39 2011/02/22 08:19:47 matt Exp $     */
+/*     $NetBSD: mipsX_subr.S,v 1.40 2011/02/23 07:03:50 matt Exp $     */
 
 /*
  * Copyright 2002 Wasabi Systems, Inc.
@@ -2634,8 +2634,6 @@
        PTR_WORD _C_LABEL(MIPSX(tlb_enter))
        PTR_WORD _C_LABEL(MIPSX(tlb_read_indexed))
        PTR_WORD _C_LABEL(MIPSX(tlb_write_indexed))
-       PTR_WORD _C_LABEL(nullop)
-#endif
 
        .globl _C_LABEL(MIPSX(locoresw))
 _C_LABEL(MIPSX(locoresw)):



Home | Main Index | Thread Index | Old Index