Remove #undefs against INTERRUPT_SAVEREG and INTERRUPT_RESTOREREG.
They have been defined in <m68k/asm.h> for years.
This commit is contained in:
parent
77507b12b7
commit
5bb95625d8
|
@ -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 @@ ENTRY_NOPROFILE(lev5intr)
|
|||
jra _ASM_LABEL(rei) | all done
|
||||
#endif
|
||||
|
||||
#undef INTERRUPT_SAVEREG
|
||||
#undef INTERRUPT_RESTOREREG
|
||||
|
||||
/*
|
||||
* Emulation of VAX REI instruction.
|
||||
*
|
||||
|
|
|
@ -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 @@ Lintrhand_exit:
|
|||
|
||||
/* FALLTHROUGH to rei */
|
||||
|
||||
#undef INTERRUPT_SAVEREG
|
||||
#undef INTERRUPT_RESTOREREG
|
||||
|
||||
/*
|
||||
* Emulation of VAX REI instruction.
|
||||
*
|
||||
|
|
|
@ -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 @@ Lintrhand_exit:
|
|||
/* FALLTHROUGH to rei */
|
||||
jra _ASM_LABEL(rei) | all done
|
||||
|
||||
#undef INTERRUPT_SAVEREG
|
||||
#undef INTERRUPT_RESTOREREG
|
||||
|
||||
/*
|
||||
* Emulation of VAX REI instruction.
|
||||
*
|
||||
|
|
|
@ -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 @@ GLOBAL(_isr_vectored)
|
|||
INTERRUPT_RESTOREREG
|
||||
jra _ASM_LABEL(rei)
|
||||
|
||||
#undef INTERRUPT_SAVEREG
|
||||
#undef INTERRUPT_RESTOREREG
|
||||
|
||||
/* interrupt counters (needed by vmstat) */
|
||||
GLOBAL(intrnames)
|
||||
.asciz "spur" | 0
|
||||
|
|
Loading…
Reference in New Issue