Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/cobalt/cobalt Note that this is just for compatibil...
details: https://anonhg.NetBSD.org/src/rev/d8c30553097e
branches: trunk
changeset: 484003:d8c30553097e
user: soren <soren%NetBSD.org@localhost>
date: Wed Mar 22 21:15:59 2000 +0000
description:
Note that this is just for compatibility.
diffstat:
sys/arch/cobalt/cobalt/locore_machdep.S | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
diffs (33 lines):
diff -r a82ac4d096f3 -r d8c30553097e sys/arch/cobalt/cobalt/locore_machdep.S
--- a/sys/arch/cobalt/cobalt/locore_machdep.S Wed Mar 22 20:58:25 2000 +0000
+++ b/sys/arch/cobalt/cobalt/locore_machdep.S Wed Mar 22 21:15:59 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore_machdep.S,v 1.1 2000/03/19 23:07:44 soren Exp $ */
+/* $NetBSD: locore_machdep.S,v 1.2 2000/03/22 21:15:59 soren Exp $ */
/*
* Copyright (c) 2000 Soren S. Jorvang. All rights reserved.
@@ -35,17 +35,18 @@
.globl _C_LABEL(eintrcnt)
.globl _C_LABEL(intrnames)
.globl _C_LABEL(eintrnames)
+
+ /*
+ * For compatiblity with mips/mips interrupts().
+ */
+
_C_LABEL(intrnames):
.asciiz "softclock"
.asciiz "softnet"
- .asciiz "clock"
- .asciiz "fpu"
-
- /* XXX Also ISA IRQs, clocks and ethernet interrupts */
_C_LABEL(eintrnames):
.align 2
_C_LABEL(intrcnt):
- .word 0,0,0,0
+ .word 0,0
_C_LABEL(eintrcnt):
.word 0
Home |
Main Index |
Thread Index |
Old Index