aboutsummaryrefslogtreecommitdiffstats
path: root/src/m/intel386.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/m/intel386.h')
-rw-r--r--src/m/intel386.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/m/intel386.h b/src/m/intel386.h
index 6ea2bbc60c..17969dd16e 100644
--- a/src/m/intel386.h
+++ b/src/m/intel386.h
@@ -85,17 +85,6 @@ NOTE-END */
#define DOT_GLOBAL_START
-#ifdef XENIX
-/* Data type of load average, as read out of kmem. */
-#define LOAD_AVE_TYPE short
-
-/* Convert that into an integer that is 100 for a load average of 1.0 */
-#define LOAD_AVE_CVT(x) (((double) (x)) * 100.0 / FSCALE)
-
-#define FSCALE 256.0 /* determined by experimentation... */
-#endif
-
-
#ifdef SOLARIS2
/* Data type of load average, as read out of kmem. */
#define LOAD_AVE_TYPE long