Module Name: src
Committed By: thorpej
Date: Wed Jan 17 05:22:11 UTC 2024
Modified Files:
src/sys/arch/virt68k/virt68k: locore.s
Log Message:
G/C intrcnt[].
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/virt68k/virt68k/locore.s
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/virt68k/virt68k/locore.s
diff -u src/sys/arch/virt68k/virt68k/locore.s:1.10 src/sys/arch/virt68k/virt68k/locore.s:1.11
--- src/sys/arch/virt68k/virt68k/locore.s:1.10 Tue Jan 16 15:38:58 2024
+++ src/sys/arch/virt68k/virt68k/locore.s Wed Jan 17 05:22:11 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.s,v 1.10 2024/01/16 15:38:58 thorpej Exp $ */
+/* $NetBSD: locore.s,v 1.11 2024/01/17 05:22:11 thorpej Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -622,24 +622,3 @@ GLOBAL(cputype)
GLOBAL(fputype)
.long FPU_68040 | default to FPU_68040
-
-/*
- * interrupt counters.
- * XXXSCW: Will go away soon; kept here to keep vmstat happy
- */
-GLOBAL(intrnames)
- .asciz "spur"
- .asciz "lev1"
- .asciz "lev2"
- .asciz "lev3"
- .asciz "lev4"
- .asciz "clock"
- .asciz "lev6"
- .asciz "nmi"
- .asciz "statclock"
-GLOBAL(eintrnames)
- .even
-
-GLOBAL(intrcnt)
- .long 0,0,0,0,0,0,0,0,0
-GLOBAL(eintrcnt)