Fixed so all IORRs get 0'ed
This commit is contained in:
parent
80f9c91e66
commit
bde25c214d
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ cpufixup(unsigned long ram_kilobytes)
|
|||
* undefined side effects
|
||||
*/
|
||||
lo = hi = 0;
|
||||
for(i = IORR_FIRST; i < IORR_LAST; i++)
|
||||
for(i = IORR_FIRST; i <= IORR_LAST; i++)
|
||||
wrmsr(i, lo, hi);
|
||||
|
||||
rdmsr(SYSCFG, lo, hi);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue