mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-21 15:45:02 +00:00
Synchronize with sys/i386/i386/machdep.c revision 1.266.
This commit is contained in:
parent
c09eac88f0
commit
a76e8ee5a9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=29873
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user