shuffler: zero-extend the proper register for shuffle list length
authorH. Peter Anvin <hpa@zytor.com>
Wed, 1 Apr 2009 06:46:50 +0000 (23:46 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 1 Apr 2009 06:46:50 +0000 (23:46 -0700)
commit0622cf1442f4f04c12ad91e0652b97f2a01c1e93
treec056c60381f1f935ebc7320f68187c0ae1b761eb
parentddeabf1708a8cf70a190f5db6584233c4c8a5f60
shuffler: zero-extend the proper register for shuffle list length

The shuffle list length needs to be passed into the shuffler in ECX,
but when using the shuffler internally it is a 16-bit number, which
needs to be zero-extended.  Zero-extend the proper register, please!

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
core/bootsect.inc