Remove unconditional define of _LOCORE.
authormiod <miod@openbsd.org>
Fri, 29 Mar 2024 21:05:34 +0000 (21:05 +0000)
committermiod <miod@openbsd.org>
Fri, 29 Mar 2024 21:05:34 +0000 (21:05 +0000)
This was used to get once-protected-by-_LOCORE defines from
<machine/frame.h>, but is now completely unnecessary and possibly dangerous.

ok claudio@ kettenis@

sys/arch/sparc64/include/asm.h

index 1a3a1b4..eca0252 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: asm.h,v 1.18 2023/01/13 17:53:30 miod Exp $   */
+/*     $OpenBSD: asm.h,v 1.19 2024/03/29 21:05:34 miod Exp $   */
 /*     $NetBSD: asm.h,v 1.15 2000/08/02 22:24:39 eeh Exp $ */
 
 /*
@@ -42,9 +42,6 @@
 #define _MACHINE_ASM_H_
 
 /* Pull in CC64FSZ and BIAS from frame.h */
-#ifndef _LOCORE
-#define _LOCORE
-#endif
 #include <machine/frame.h>
 
 #define        _C_LABEL(name)          name