mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
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
Reference in a new issue