1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-29 16:44:03 +00:00

Revert r327340, as the workaround for rep prefixes followed by .byte

directives is no longer needed after r328090.
This commit is contained in:
Dimitry Andric 2018-01-17 17:14:19 +00:00
parent d23c4359df
commit 64e12b4140
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=328091

View File

@ -88,7 +88,7 @@ padlock_cbc(void *in, void *out, size_t count, void *key, union padlock_cw *cw,
__asm __volatile(
"pushf \n\t"
"popf \n\t"
".byte 0xf3 \n\t"
"rep \n\t"
".byte 0x0f, 0xa7, 0xd0"
: "+a" (iv), "+c" (count), "+D" (out), "+S" (in)
: "b" (key), "d" (cw)