summaryrefslogtreecommitdiffstats
path: root/sys/arch/sparc/include/asm.h
diff options
context:
space:
mode:
authordownsj <downsj@openbsd.org>1997-08-08 08:24:34 +0000
committerdownsj <downsj@openbsd.org>1997-08-08 08:24:34 +0000
commit9afd9728f092b0341042c9708bdacf165d8a8754 (patch)
tree7960ca5fb42d07a43afc1ccdf55fc5abf31bf46d /sys/arch/sparc/include/asm.h
parentInitialize hwreset. (diff)
downloadwireguard-openbsd-9afd9728f092b0341042c9708bdacf165d8a8754.tar.xz
wireguard-openbsd-9afd9728f092b0341042c9708bdacf165d8a8754.zip
Mostly sync to NetBSD-current 970804.
GENERIC currently compiles and runs; some devices (isp) are not complete and not yet enabled.
Diffstat (limited to 'sys/arch/sparc/include/asm.h')
-rw-r--r--sys/arch/sparc/include/asm.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/arch/sparc/include/asm.h b/sys/arch/sparc/include/asm.h
index 4241a44caa5..d1f4082b5f0 100644
--- a/sys/arch/sparc/include/asm.h
+++ b/sys/arch/sparc/include/asm.h
@@ -1,4 +1,5 @@
-/* $NetBSD: asm.h,v 1.3 1994/11/20 20:52:51 deraadt Exp $ */
+/* $OpenBSD: asm.h,v 1.2 1997/08/08 08:26:02 downsj Exp $ */
+/* $NetBSD: asm.h,v 1.5 1997/07/16 15:16:43 christos Exp $ */
/*
* Copyright (c) 1994 Allen Briggs
@@ -83,7 +84,7 @@
#define _ENTRY(name) \
.align 4; .globl name; .proc 1; FTYPE(name); name:
-#ifdef PROF
+#ifdef GPROF
#define _PROF_PROLOGUE \
.data; .align 4; 1: .long 0; \
.text; save %sp,-96,%sp; sethi %hi(1b),%o0; call mcount; \
@@ -99,4 +100,6 @@
#define ASMSTR .asciz
+#define RCSID(name) .asciz name
+
#endif /* _ASM_H_ */