shuffle: avoid computing block lists that will never converge
authorH. Peter Anvin <hpa@zytor.com>
Tue, 12 Feb 2008 02:35:41 +0000 (18:35 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 12 Feb 2008 02:35:41 +0000 (18:35 -0800)
commit8d419fbcb295fcd8ee54cc5c95326a8da9959f80
tree8938d5ef6054f697fc109222822dd63c3b394d7d
parenta560584d9f38322e3528e772f61fce56774054b4
shuffle: avoid computing block lists that will never converge

It is safe to assume that the number of moves will never decrease as
the reserved memory space increases; thus, no need to do individual
increments; skip ahead.
com32/lib/syslinux/shuffle.c