- 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:
jeff 2003-10-01 08:52:46 +00:00
parent e7ebf2c29a
commit 346aa00460

View File

@ -361,6 +361,7 @@ ENTRY(sse2_pagezero)
addl $4,%ecx
cmpl %ecx,%eax
jne 1b
sfence
popl %ebx
ret