[coreboot] r3688 - in trunk/coreboot-v2/src: arch/i386/init cpu/amd/model_lx

Peter Stuge peter at stuge.se
Fri Oct 24 05:14:47 CEST 2008


svn at coreboot.org wrote:
> +	movb	%cl, %al
> +	shrl	$2, %ecx
> +	andb	$3, %al
> +	rep	movsl
> +	movb	%al, %cl
>  	rep	movsb

I guess we don't care that this movs 256 bytes extra when al & 3 = 0.


//Peter




More information about the coreboot mailing list