summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include/asm.h
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2003-04-29 00:37:41 +0000
committerjake <jake@FreeBSD.org>2003-04-29 00:37:41 +0000
commit62742a67f458b534157c42078e7f027cc4448415 (patch)
treebad4d4ff206c0bd6d36e2afb2cc559e00071b311 /sys/sparc64/include/asm.h
parent6deabb439b7870759f16db0c9a3968e3755bf61a (diff)
downloadFreeBSD-src-62742a67f458b534157c42078e7f027cc4448415.zip
FreeBSD-src-62742a67f458b534157c42078e7f027cc4448415.tar.gz
- Fix placement of cvs ids in previous commit to match .S files in libc.
- gcc uses 32 byte alignment for functions regardless of profiling, so follow suit.
Diffstat (limited to 'sys/sparc64/include/asm.h')
-rw-r--r--sys/sparc64/include/asm.h13
1 files changed, 2 insertions, 11 deletions
diff --git a/sys/sparc64/include/asm.h b/sys/sparc64/include/asm.h
index 48d0a33..f4e76a9 100644
--- a/sys/sparc64/include/asm.h
+++ b/sys/sparc64/include/asm.h
@@ -70,19 +70,10 @@
#define CNAME(csym) csym
#define HIDENAME(asmsym) __CONCAT(.,asmsym)
-/* sys/sparc64/sparc64/ *.S have their own definitions. */
-#ifndef CCFSZ
-#define CCFSZ 192 /* 0xc0 */
-#endif
-#ifndef SPOFF
-#define SPOFF 2047 /* 0x7ff */
-#endif
+#define CCFSZ 192
+#define SPOFF 2047
-#ifdef GPROF
#define _ALIGN_TEXT .align 32
-#else
-#define _ALIGN_TEXT .p2align 4
-#endif
#define _START_ENTRY \
.text ; \
OpenPOWER on IntegriCloud