summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/sparc/_math_inc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/sparc/_math_inc.h')
-rw-r--r--libc/sysdeps/linux/sparc/_math_inc.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/libc/sysdeps/linux/sparc/_math_inc.h b/libc/sysdeps/linux/sparc/_math_inc.h
index 1bf84f04e..7c81459d4 100644
--- a/libc/sysdeps/linux/sparc/_math_inc.h
+++ b/libc/sysdeps/linux/sparc/_math_inc.h
@@ -4,20 +4,13 @@
*/
#include <features.h>
-#include <bits/wordsize.h>
#define __ASSEMBLY__
-#ifndef __sparc_v9__
#include <asm/traps.h>
-#endif
/* Is alignment really needed? */
-#if __WORDSIZE == 32
-# define ENTRY_ALIGN 4
-#else
-# define ENTRY_ALIGN 2
-#endif
+#define ENTRY_ALIGN 4
#define ENTRY(sym) \
.global sym; \