summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2002-03-13 06:04:36 +0000
committerjake <jake@FreeBSD.org>2002-03-13 06:04:36 +0000
commit87daf4df504aac040eba5a9bf82dc4afc918a384 (patch)
tree14898c83e49d3be74efae7c7fcc9de737d053876 /sys/sparc64
parent31419a58a4100975fff9b19aed50c7806d0e924f (diff)
downloadFreeBSD-src-87daf4df504aac040eba5a9bf82dc4afc918a384.zip
FreeBSD-src-87daf4df504aac040eba5a9bf82dc4afc918a384.tar.gz
Fix ifdef LOCORE protection.
Diffstat (limited to 'sys/sparc64')
-rw-r--r--sys/sparc64/include/asmacros.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/sparc64/include/asmacros.h b/sys/sparc64/include/asmacros.h
index ead69f1..5ed1696 100644
--- a/sys/sparc64/include/asmacros.h
+++ b/sys/sparc64/include/asmacros.h
@@ -127,10 +127,6 @@
set sym, dst
#endif
-#endif /* LOCORE */
-
-#endif /* _KERNEL */
-
#define DATA(name) \
.data ; \
.globl name ; \
@@ -149,4 +145,8 @@ name ## :
#define END(name) \
.size name, . - name
+#endif /* LOCORE */
+
+#endif /* _KERNEL */
+
#endif /* !_MACHINE_ASMACROS_H_ */
OpenPOWER on IntegriCloud