changeset 96836:64fbd5632a28

* m/intel386.h (NO_REMAP): Do no define for USG, not used.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 20 Jul 2008 14:12:41 +0000
parents b7b23d50e42d
children f8fd21534848
files src/ChangeLog src/m/intel386.h
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sun Jul 20 13:38:08 2008 +0000
+++ b/src/ChangeLog	Sun Jul 20 14:12:41 2008 +0000
@@ -9,6 +9,8 @@
 
 2008-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
 
+	* m/intel386.h (NO_REMAP): Do no define for USG, not used.
+
 	* s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
 	added not supported anymore.
 
--- a/src/m/intel386.h	Sun Jul 20 13:38:08 2008 +0000
+++ b/src/m/intel386.h	Sun Jul 20 14:12:41 2008 +0000
@@ -82,11 +82,10 @@
 
 #define LOAD_AVE_CVT(x) ((int) (((double) (x)) * 100.0 / FSCALE))
 #define FSCALE 256.0
-#endif
+#endif /* USG5_4 */
 #endif /* not SOLARIS2 */
 
 #ifdef USG
-#define NO_REMAP
 #define TEXT_START 0
 #endif /* USG */