commit | 78bd5a72a26d68a22094f94d926ff3ccaed51220 | [log] [tgz] |
---|---|---|
author | Andy Fleming <afleming@freescale.com> | Mon Jun 16 13:58:55 2008 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Sat Jun 28 22:22:05 2008 +0200 |
tree | 91ed5c3837bb2c491fb4ef101c3371c5f58fb79a | |
parent | 1ae346cb5e7fd14bd458fd46bb376c791c6afd90 [diff] |
Fix an underflow bug in __lmb_alloc_base __lmb_alloc_base can underflow if it fails to find free space. This was fixed in linux with commit d9024df02ffe74d723d97d552f86de3b34beb8cc. This patch merely updates __lmb_alloc_base to resemble the current version in Linux. Signed-off-by: Andy Fleming <afleming@freescale.com>