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 Remove leftover of #undef statements.



details:   https://anonhg.NetBSD.org/src/rev/348c5f9d5a8f
branches:  trunk
changeset: 950261:348c5f9d5a8f
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Jan 23 15:00:33 2021 +0000

description:
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

diffstat:

 sys/arch/news68k/news68k/locore.s |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 886e173e9966 -r 348c5f9d5a8f sys/arch/news68k/news68k/locore.s
--- a/sys/arch/news68k/news68k/locore.s Sat Jan 23 12:53:46 2021 +0000
+++ b/sys/arch/news68k/news68k/locore.s Sat Jan 23 15:00:33 2021 +0000
@@ -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 @@
        subql   #1,_C_LABEL(idepth)
        rte
 
-#undef INTERRUPT_SAVEREG
-#undef INTERRUPT_RESTOREREG
-
 /*
  * Emulation of VAX REI instruction.
  *



Home | Main Index | Thread Index | Old Index