pmap_query_bit() should return false if the bit is not set.
Reviewed by: grehan
This commit is contained in:
parent
eaa53cc8fc
commit
4f7daed045
@ -2217,7 +2217,7 @@ pmap_query_bit(vm_page_t m, int ptebit)
|
||||
}
|
||||
}
|
||||
|
||||
return (TRUE);
|
||||
return (FALSE);
|
||||
}
|
||||
|
||||
static u_int
|
||||
|
@ -2217,7 +2217,7 @@ pmap_query_bit(vm_page_t m, int ptebit)
|
||||
}
|
||||
}
|
||||
|
||||
return (TRUE);
|
||||
return (FALSE);
|
||||
}
|
||||
|
||||
static u_int
|
||||
|
@ -2217,7 +2217,7 @@ pmap_query_bit(vm_page_t m, int ptebit)
|
||||
}
|
||||
}
|
||||
|
||||
return (TRUE);
|
||||
return (FALSE);
|
||||
}
|
||||
|
||||
static u_int
|
||||
|
Loading…
Reference in New Issue
Block a user