use #ifdef INTEL_PPRO_MTRR to protect Pentium class CPUs
This commit is contained in:
parent
ca060f6fb1
commit
276703dccc
1 changed files with 2 additions and 0 deletions
|
|
@ -28,8 +28,10 @@
|
|||
|
||||
CRT0_PARAMETERS
|
||||
|
||||
#ifdef INTEL_PPRO_MTRR
|
||||
/* Turn on mtrr for faster boot */
|
||||
#include <cpu/p6/earlymtrr.inc>
|
||||
#endif /* INTEL_PPRO_MTRR */
|
||||
|
||||
/*
|
||||
* Copy data into RAM and clear the BSS. Since these segments
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue