Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/news68k/news68k Fix intrnames and intrcnt since the...
details: https://anonhg.NetBSD.org/src/rev/5deb36017a77
branches: trunk
changeset: 504536:5deb36017a77
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sun Mar 04 16:24:39 2001 +0000
description:
Fix intrnames and intrcnt since there is no statclock on news68k.
diffstat:
sys/arch/news68k/news68k/locore.s | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r e097d5dbb09f -r 5deb36017a77 sys/arch/news68k/news68k/locore.s
--- a/sys/arch/news68k/news68k/locore.s Sun Mar 04 16:21:05 2001 +0000
+++ b/sys/arch/news68k/news68k/locore.s Sun Mar 04 16:24:39 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.s,v 1.19 2001/03/04 16:21:05 tsutsui Exp $ */
+/* $NetBSD: locore.s,v 1.20 2001/03/04 16:24:39 tsutsui Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -1568,10 +1568,9 @@
.asciz "lev5" | lev5: kb, ms, zs
.asciz "clock" | lev6: clock
.asciz "nmi" | parity error
- .asciz "statclock"
GLOBAL(eintrnames)
.even
GLOBAL(intrcnt)
- .long 0,0,0,0,0,0,0,0,0,0
+ .long 0,0,0,0,0,0,0,0
GLOBAL(eintrcnt)
Home |
Main Index |
Thread Index |
Old Index