Fix typo.
Submitted by: alc MFC after: 3 days
This commit is contained in:
parent
a04db702cd
commit
c7df7b8fbf
@ -1351,7 +1351,7 @@ invlcache_handler(void)
|
|||||||
* Reading the generation here allows greater parallelism
|
* Reading the generation here allows greater parallelism
|
||||||
* since wbinvd is a serializing instruction. Without the
|
* since wbinvd is a serializing instruction. Without the
|
||||||
* temporary, we'd wait for wbinvd to complete, then the read
|
* temporary, we'd wait for wbinvd to complete, then the read
|
||||||
* would execute, then the dependent write, whuch must then
|
* would execute, then the dependent write, which must then
|
||||||
* complete before return from interrupt.
|
* complete before return from interrupt.
|
||||||
*/
|
*/
|
||||||
generation = smp_tlb_generation;
|
generation = smp_tlb_generation;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user