kernel/arch/x86/boot/bioscall.S
.. .. @@ -32,7 +32,7 @@ 32 32 movw %dx, %si 33 33 movw %sp, %di 34 34 movw $11, %cx 35 - rep; movsd35 + rep; movsl36 36 37 37 /* Pop full state from the stack */ 38 38 popal .. .. @@ -67,7 +67,7 @@ 67 67 jz 4f 68 68 movw %sp, %si 69 69 movw $11, %cx 70 - rep; movsd70 + rep; movsl71 71 4: addw $44, %sp 72 72 73 73 /* Restore state and return */