summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include/asm.h
diff options
context:
space:
mode:
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