pmap amd64/i386: fix a typo in a comment
MFC after: 3 days
This commit is contained in:
parent
634ee70616
commit
9d7b18b4c6
@ -1123,7 +1123,7 @@ pmap_invalidate_cache_range(vm_offset_t sva, vm_offset_t eva)
|
||||
|
||||
/*
|
||||
* No targeted cache flush methods are supported by CPU,
|
||||
* or the supplied range is bigger then 2MB.
|
||||
* or the supplied range is bigger than 2MB.
|
||||
* Globally invalidate cache.
|
||||
*/
|
||||
pmap_invalidate_cache();
|
||||
|
@ -1014,7 +1014,7 @@ pmap_invalidate_cache_range(vm_offset_t sva, vm_offset_t eva)
|
||||
|
||||
/*
|
||||
* No targeted cache flush methods are supported by CPU,
|
||||
* or the supplied range is bigger then 2MB.
|
||||
* or the supplied range is bigger than 2MB.
|
||||
* Globally invalidate cache.
|
||||
*/
|
||||
pmap_invalidate_cache();
|
||||
|
Loading…
Reference in New Issue
Block a user