Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/acorn26/acorn26 Remove a stray "#ifndef __APCS_26__"
details: https://anonhg.NetBSD.org/src/rev/02538e70df5b
branches: trunk
changeset: 555822:02538e70df5b
user: bjh21 <bjh21%NetBSD.org@localhost>
date: Sat Nov 29 22:27:56 2003 +0000
description:
Remove a stray "#ifndef __APCS_26__"
diffstat:
sys/arch/acorn26/acorn26/locore.S | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (25 lines):
diff -r 7409105f2b14 -r 02538e70df5b sys/arch/acorn26/acorn26/locore.S
--- a/sys/arch/acorn26/acorn26/locore.S Sat Nov 29 22:26:17 2003 +0000
+++ b/sys/arch/acorn26/acorn26/locore.S Sat Nov 29 22:27:56 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.S,v 1.6 2003/11/29 22:26:17 bjh21 Exp $ */
+/* $NetBSD: locore.S,v 1.7 2003/11/29 22:27:56 bjh21 Exp $ */
/*
* Copyright (c) 1998, 1999, 2000 Ben Harris
* Copyright (C) 1994-1997 Mark Brinicombe
@@ -164,9 +164,7 @@
bne 3f /* If not, return */
ldr r4, Lastpending
1:
-#ifndef __APCS_26__
teqp r15, #(R15_IRQ_DISABLE | R15_MODE_SVC)
-#endif
ldr r1, [r4]
cmp r1, #0 /* AST pending? */
beq 2f /* If not, return */
@@ -453,4 +451,4 @@
.global _C_LABEL(eintrcnt)
_C_LABEL(eintrcnt):
-RCSID("$NetBSD: locore.S,v 1.6 2003/11/29 22:26:17 bjh21 Exp $")
+RCSID("$NetBSD: locore.S,v 1.7 2003/11/29 22:27:56 bjh21 Exp $")
Home |
Main Index |
Thread Index |
Old Index