Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Remove #undefs against INTERRUPT_SAVEREG and INTERR...
details: https://anonhg.NetBSD.org/src/rev/8b056e794f6f
branches: trunk
changeset: 950340:8b056e794f6f
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Mon Jan 25 13:08:04 2021 +0000
description:
Remove #undefs against INTERRUPT_SAVEREG and INTERRUPT_RESTOREREG.
They have been defined in <m68k/asm.h> for years.
diffstat:
sys/arch/luna68k/luna68k/locore.s | 5 +----
sys/arch/mvme68k/mvme68k/locore.s | 5 +----
sys/arch/next68k/next68k/locore.s | 5 +----
sys/arch/sun3/sun3x/locore.s | 5 +----
4 files changed, 4 insertions(+), 16 deletions(-)
diffs (76 lines):
diff -r 0f4b4e4f51ab -r 8b056e794f6f sys/arch/luna68k/luna68k/locore.s
--- a/sys/arch/luna68k/luna68k/locore.s Mon Jan 25 12:45:49 2021 +0000
+++ b/sys/arch/luna68k/luna68k/locore.s Mon Jan 25 13:08:04 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.s,v 1.64 2019/06/30 05:04:49 tsutsui Exp $ */
+/* $NetBSD: locore.s,v 1.65 2021/01/25 13:08:04 tsutsui Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -662,9 +662,6 @@
jra _ASM_LABEL(rei) | all done
#endif
-#undef INTERRUPT_SAVEREG
-#undef INTERRUPT_RESTOREREG
-
/*
* Emulation of VAX REI instruction.
*
diff -r 0f4b4e4f51ab -r 8b056e794f6f sys/arch/mvme68k/mvme68k/locore.s
--- a/sys/arch/mvme68k/mvme68k/locore.s Mon Jan 25 12:45:49 2021 +0000
+++ b/sys/arch/mvme68k/mvme68k/locore.s Mon Jan 25 13:08:04 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.s,v 1.115 2018/12/19 13:57:48 maxv Exp $ */
+/* $NetBSD: locore.s,v 1.116 2021/01/25 13:08:05 tsutsui Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -974,9 +974,6 @@
/* FALLTHROUGH to rei */
-#undef INTERRUPT_SAVEREG
-#undef INTERRUPT_RESTOREREG
-
/*
* Emulation of VAX REI instruction.
*
diff -r 0f4b4e4f51ab -r 8b056e794f6f sys/arch/next68k/next68k/locore.s
--- a/sys/arch/next68k/next68k/locore.s Mon Jan 25 12:45:49 2021 +0000
+++ b/sys/arch/next68k/next68k/locore.s Mon Jan 25 13:08:04 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/25 13:08:05 tsutsui Exp $ */
/*
* Copyright (c) 1998 Darrin B. Jewell
@@ -806,9 +806,6 @@
/* FALLTHROUGH to rei */
jra _ASM_LABEL(rei) | all done
-#undef INTERRUPT_SAVEREG
-#undef INTERRUPT_RESTOREREG
-
/*
* Emulation of VAX REI instruction.
*
diff -r 0f4b4e4f51ab -r 8b056e794f6f sys/arch/sun3/sun3x/locore.s
--- a/sys/arch/sun3/sun3x/locore.s Mon Jan 25 12:45:49 2021 +0000
+++ b/sys/arch/sun3/sun3x/locore.s Mon Jan 25 13:08:04 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.s,v 1.66 2018/12/19 13:57:51 maxv Exp $ */
+/* $NetBSD: locore.s,v 1.67 2021/01/25 13:08:05 tsutsui Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -470,9 +470,6 @@
INTERRUPT_RESTOREREG
jra _ASM_LABEL(rei)
-#undef INTERRUPT_SAVEREG
-#undef INTERRUPT_RESTOREREG
-
/* interrupt counters (needed by vmstat) */
GLOBAL(intrnames)
.asciz "spur" | 0
Home |
Main Index |
Thread Index |
Old Index