summaryrefslogtreecommitdiff
path: root/src/m/mips.h
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2008-07-21 18:19:30 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2008-07-21 18:19:30 +0000
commit8793cad214774bec25e068071faa8fb58aab651e (patch)
tree339eb02305e3698e0f33ecf28da0a64b4f1c3d83 /src/m/mips.h
parente49cd8480e50390fd77582c84237919261538685 (diff)
downloademacs-8793cad214774bec25e068071faa8fb58aab651e.tar.gz
* m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
on this platform. (mips): * m/iris4d.h (mips): Do not define. * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
Diffstat (limited to 'src/m/mips.h')
-rw-r--r--src/m/mips.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/m/mips.h b/src/m/mips.h
index ec26a86d988..d72cd8a8ccb 100644
--- a/src/m/mips.h
+++ b/src/m/mips.h
@@ -38,12 +38,6 @@ NOTE-END */
#define NO_ARG_ARRAY
-/* Now define a symbol for the cpu type, if your compiler
- does not define it automatically. */
-#ifndef mips
-# define mips
-#endif
-
/* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend
the 24-bit bit field into an int. In other words, if bit fields
are always unsigned.
@@ -52,21 +46,6 @@ NOTE-END */
#define EXPLICIT_SIGN_EXTEND
-/* Data type of load average, as read out of kmem. */
-
-#define LOAD_AVE_TYPE long
-
-/* Convert that into an integer that is 100 for a load average of 1.0 */
-
-#define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / 256.0)
-
-/* Define NO_REMAP if memory segmentation makes it not work well
- to change the boundary between the text section and data section
- when Emacs is dumped. If you define this, the preloaded Lisp
- code will not be sharable; but that's better than failing completely. */
-
-#define NO_REMAP
-
/* Describe layout of the address space in an executing process. */
#define TEXT_START 0x00400000