summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1997-09-26 09:47:04 +0000
committerkato <kato@FreeBSD.org>1997-09-26 09:47:04 +0000
commit2a21c9d1182fd8f7ca84cdde39bf6324f971b43e (patch)
tree11316521dfa443b1c88733fd093dbaf53a05ccca /sys/pc98
parent93cb3f3468073a1a77926a9536fef37e9d348d0b (diff)
downloadFreeBSD-src-2a21c9d1182fd8f7ca84cdde39bf6324f971b43e.zip
FreeBSD-src-2a21c9d1182fd8f7ca84cdde39bf6324f971b43e.tar.gz
Synchronize with sys/i386/i386/machdep.c revision 1.266.
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/i386/machdep.c4
-rw-r--r--sys/pc98/pc98/machdep.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/pc98/i386/machdep.c b/sys/pc98/i386/machdep.c
index 63ea4ea..d3f98d5 100644
--- a/sys/pc98/i386/machdep.c
+++ b/sys/pc98/i386/machdep.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
- * $Id: machdep.c,v 1.56 1997/09/05 10:14:36 kato Exp $
+ * $Id: machdep.c,v 1.57 1997/09/22 12:20:41 kato Exp $
*/
#include "apm.h"
@@ -1349,7 +1349,7 @@ init386(first)
* the MAXMEM option or the npx0 "msize", then don't do the speculative
* memory probe.
*/
- if (Maxmem == 0x4000)
+ if (Maxmem >= 0x4000)
speculative_mprobe = TRUE;
else
speculative_mprobe = FALSE;
diff --git a/sys/pc98/pc98/machdep.c b/sys/pc98/pc98/machdep.c
index 63ea4ea..d3f98d5 100644
--- a/sys/pc98/pc98/machdep.c
+++ b/sys/pc98/pc98/machdep.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
- * $Id: machdep.c,v 1.56 1997/09/05 10:14:36 kato Exp $
+ * $Id: machdep.c,v 1.57 1997/09/22 12:20:41 kato Exp $
*/
#include "apm.h"
@@ -1349,7 +1349,7 @@ init386(first)
* the MAXMEM option or the npx0 "msize", then don't do the speculative
* memory probe.
*/
- if (Maxmem == 0x4000)
+ if (Maxmem >= 0x4000)
speculative_mprobe = TRUE;
else
speculative_mprobe = FALSE;
OpenPOWER on IntegriCloud