a smarter Late MTRR implementation

This commit is contained in:
Li-Ta Lo 2000-12-05 07:25:32 +00:00
commit 7f6e048fc0
3 changed files with 58 additions and 42 deletions

View file

@ -142,7 +142,7 @@ void intel_cache_on(unsigned long base, unsigned long totalram)
// set_mtrr is responsible for getting it into the right units!
intel_set_mtrr(base, totalram);
#endif
intel_post(0x62);
intel_post(0x6A);
}
void intel_interrupts_on()