- Add a memory barrier before the sse2_pagezero() function returns. This
code uses write combining which must be committed to memory prior to other uses of this page. Spotted by: alc
This commit is contained in:
parent
e7ebf2c29a
commit
346aa00460
@ -361,6 +361,7 @@ ENTRY(sse2_pagezero)
|
||||
addl $4,%ecx
|
||||
cmpl %ecx,%eax
|
||||
jne 1b
|
||||
sfence
|
||||
popl %ebx
|
||||
ret
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user