merge
This commit is contained in:
commit
6f15a730f3
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ mtrr0(uvlong base, uvlong size, char *tstr)
|
||||||
slot = -1;
|
slot = -1;
|
||||||
for(i = 0; i < vcnt; i++){
|
for(i = 0; i < vcnt; i++){
|
||||||
mok = mtrrdec(&mtrreg[i], &mp, &msize, &mtype);
|
mok = mtrrdec(&mtrreg[i], &mp, &msize, &mtype);
|
||||||
if(slot == -1 && (!mok || mtype == (def & Deftype)))
|
if(slot == -1 && !mok)
|
||||||
slot = i; /* good, but look further for exact match */
|
slot = i; /* good, but look further for exact match */
|
||||||
if(mok && mp == base && msize == size){
|
if(mok && mp == base && msize == size){
|
||||||
slot = i;
|
slot = i;
|
||||||
|
|
Loading…
Reference in a new issue