Module Name: src
Committed By: tsutsui
Date: Sat Jan 23 15:00:33 UTC 2021
Modified Files:
src/sys/arch/news68k/news68k: locore.s
Log Message:
Remove leftover of #undef statements.
These should have been removed in rev 1.55 back in 2010:
https://mail-index.netbsd.org/source-changes/2010/12/20/msg016105.html
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/news68k/news68k/locore.s.diff?r1=1.54&r2=1.55
To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 src/sys/arch/news68k/news68k/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/news68k/news68k/locore.s
diff -u src/sys/arch/news68k/news68k/locore.s:1.66 src/sys/arch/news68k/news68k/locore.s:1.67
--- src/sys/arch/news68k/news68k/locore.s:1.66 Wed Dec 19 13:57:49 2018
+++ src/sys/arch/news68k/news68k/locore.s Sat Jan 23 15:00:33 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.s,v 1.66 2018/12/19 13:57:49 maxv Exp $ */
+/* $NetBSD: locore.s,v 1.67 2021/01/23 15:00:33 tsutsui Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -808,9 +808,6 @@ ENTRY_NOPROFILE(intrhand_vectored)
subql #1,_C_LABEL(idepth)
rte
-#undef INTERRUPT_SAVEREG
-#undef INTERRUPT_RESTOREREG
-
/*
* Emulation of VAX REI instruction.
*