Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mvme68k/mvme68k Remove duplicated INTERRUPT_SAVEREG...
details: https://anonhg.NetBSD.org/src/rev/c9df1b4ed302
branches: trunk
changeset: 794462:c9df1b4ed302
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat Mar 15 12:02:28 2014 +0000
description:
Remove duplicated INTERRUPT_SAVEREG and INTERRUPT_RESTOREREG macro.
They are in <m68k/asm.h> and now using different register format.
diffstat:
sys/arch/mvme68k/mvme68k/locore.s | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diffs (19 lines):
diff -r fe9fcc242a0e -r c9df1b4ed302 sys/arch/mvme68k/mvme68k/locore.s
--- a/sys/arch/mvme68k/mvme68k/locore.s Sat Mar 15 11:53:30 2014 +0000
+++ b/sys/arch/mvme68k/mvme68k/locore.s Sat Mar 15 12:02:28 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.s,v 1.112 2014/03/09 14:53:52 tsutsui Exp $ */
+/* $NetBSD: locore.s,v 1.113 2014/03/15 12:02:28 tsutsui Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -1114,9 +1114,6 @@
* intrhand_vectored is the entry point for vectored interrupts.
*/
-#define INTERRUPT_SAVEREG moveml #0xC0C0,%sp@-
-#define INTERRUPT_RESTOREREG moveml %sp@+,#0x0303
-
ENTRY_NOPROFILE(intrhand_autovec)
addql #1,_C_LABEL(interrupt_depth)
INTERRUPT_SAVEREG
Home |
Main Index |
Thread Index |
Old Index