diff src/m/sparc.h @ 235:85a06df23a9a r20-5b16

Import from CVS: tag r20-5b16
author cvs
date Mon, 13 Aug 2007 10:14:40 +0200
parents 3bb7ccffb0c0
children 57709be46d1b
line wrap: on
line diff
--- a/src/m/sparc.h	Mon Aug 13 10:14:17 2007 +0200
+++ b/src/m/sparc.h	Mon Aug 13 10:14:40 2007 +0200
@@ -46,6 +46,13 @@
 
 #define EXPLICIT_SIGN_EXTEND
 
+/* Mask for address bits within a memory segment */
+
+#define SEGMENT_MASK (SEGSIZ - 1)
+
+#if ! defined (__NetBSD__) && ! defined (__linux__)
+/* This really belongs in s/sun.h.  */
+
 /* Data type of load average, as read out of kmem.  */
 
 #define LOAD_AVE_TYPE long
@@ -54,13 +61,6 @@
 
 #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / FSCALE)
 
-/* Mask for address bits within a memory segment */
-
-#define SEGMENT_MASK (SEGSIZ - 1)
-
-#if ! defined (__NetBSD__) && ! defined (__linux__)
-/* This really belongs in s/sun.h.  */
-
 /* Say that the text segment of a.out includes the header;
    the header actually occupies the first few bytes of the text segment
    and is counted in hdr.a_text.  */