Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pica/pica Moved to /cvsroot/syssrc/sys/arch/arc/arc...



details:   https://anonhg.NetBSD.org/src/rev/fc7b52699c0f
branches:  trunk
changeset: 481077:fc7b52699c0f
user:      soda <soda%NetBSD.org@localhost>
date:      Sun Jan 23 20:08:53 2000 +0000

description:
Moved to /cvsroot/syssrc/sys/arch/arc/arc/locore_machdep.S,v

diffstat:

 sys/arch/pica/pica/locore_machdep.S |  49 -------------------------------------
 1 files changed, 0 insertions(+), 49 deletions(-)

diffs (53 lines):

diff -r 69c987e65716 -r fc7b52699c0f sys/arch/pica/pica/locore_machdep.S
--- a/sys/arch/pica/pica/locore_machdep.S       Sun Jan 23 20:08:52 2000 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,49 +0,0 @@
-/*     $NetBSD: locore_machdep.S,v 1.3 1997/06/18 13:16:13 jonathan Exp $      */
-
-
-/*
- * ARC-specific mips locore code
- */
-
-#include <mips/asm.h>
-
-/*
- * fillw(pat, addr, count)
- */
-LEAF(fillw)
-1:
-       addiu   a2, a2, -1
-       sh      a0, 0(a1)
-       bne     a2,zero, 1b
-       addiu   a1, a1, 2
-
-       jr      ra
-       nop
-END(fillw)
-
-
-/*
- * Interrupt counters for vmstat.
- * XXX These aren't used yet.
- */
-       .data
-       .globl intrcnt
-       .globl eintrcnt
-       .globl intrnames
-       .globl eintrnames
-intrnames:
-       .asciiz "spur"
-       .asciiz "hil"
-       .asciiz "lev2"
-       .asciiz "lev3"
-       .asciiz "lev4"
-       .asciiz "lev5"
-       .asciiz "dma"
-       .asciiz "clock"
-       .asciiz "statclock"
-       .asciiz "nmi"
-eintrnames:
-       .align  2
-intrcnt:
-       .word   0,0,0,0,0,0,0,0,0,0
-eintrcnt:



Home | Main Index | Thread Index | Old Index