diff options
Diffstat (limited to 'sys/arch/sparc64/include/asm.h')
-rw-r--r-- | sys/arch/sparc64/include/asm.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/sparc64/include/asm.h b/sys/arch/sparc64/include/asm.h index f431cd3f9b1..51032d1237c 100644 --- a/sys/arch/sparc64/include/asm.h +++ b/sys/arch/sparc64/include/asm.h @@ -1,4 +1,4 @@ -/* $OpenBSD: asm.h,v 1.2 2001/08/20 20:23:52 jason Exp $ */ +/* $OpenBSD: asm.h,v 1.3 2002/06/15 17:23:31 art Exp $ */ /* $NetBSD: asm.h,v 1.15 2000/08/02 22:24:39 eeh Exp $ */ /* @@ -50,12 +50,6 @@ #endif #include <machine/frame.h> -#ifdef __arch64__ -#ifndef __ELF__ -#define __ELF__ -#endif -#endif - /* Pull in CCFSZ, CC64FSZ, and BIAS from frame.h */ #ifndef _LOCORE #define _LOCORE |