commit | 7570a9941fc565922078679a72d246fe208d696d | [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 | 63796c4e61b207d2e635729d41b7a7f7d188b03c [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>