hyperv: Typo in r297634
Noticed by: hiren MFC after: 1 week Sponsored by: Microsoft OSTC
This commit is contained in:
parent
aec810d4c5
commit
a121087069
@ -120,7 +120,7 @@ handled:
|
||||
*
|
||||
* NOTE:
|
||||
* mb() is used here, since atomic_thread_fence_seq_cst()
|
||||
* will become compler fence on UP kernel.
|
||||
* will become compiler fence on UP kernel.
|
||||
*/
|
||||
mb();
|
||||
|
||||
@ -197,7 +197,7 @@ hv_vmbus_isr(struct trapframe *frame)
|
||||
*
|
||||
* NOTE:
|
||||
* mb() is used here, since atomic_thread_fence_seq_cst()
|
||||
* will become compler fence on UP kernel.
|
||||
* will become compiler fence on UP kernel.
|
||||
*/
|
||||
mb();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user