Remove a stray "#ifndef __APCS_26__"

This commit is contained in:
bjh21 2003-11-29 22:27:56 +00:00
parent 8ed01db68c
commit e8532b5727
1 changed files with 2 additions and 4 deletions

View File

@ -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 @@ pull_trapframe:
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 @@ _C_LABEL(intrcnt):
.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 $")