Revert "bcopy32: move descriptor count into ecx after reload"
authorH. Peter Anvin <hpa@zytor.com>
Fri, 27 Feb 2009 04:44:22 +0000 (20:44 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 27 Feb 2009 04:44:22 +0000 (20:44 -0800)
This reverts commit 8b9d34885d8a9d5f7e9da6fbc75735ce1a0c945b.

The count here *is* kept in eax, not in ecx.

core/bcopy32.inc

index 2d6b2e9..4ebbe3c 100644 (file)
@@ -665,7 +665,6 @@ shuffle_and_boot:
                xor edx,edx
                mov ecx,12
                div ecx                 ; Convert to descriptor count
-               xchg ecx,eax
                jmp .restart
 
 ;