commit | 8c20fafa8548917fdbbd95588494498dd901b375 | [log] [tgz] |
---|---|---|
author | Michael Ellerman <michael@ellerman.id.au> | Wed Jan 25 21:31:26 2006 +1300 |
committer | Paul Mackerras <paulus@samba.org> | Tue Feb 07 21:28:38 2006 +1100 |
tree | 37cbfdc145261c0bb292320bbeaa75699942717b | |
parent | fa93895329b87112cb1fd784db969e60b5b46af6 [diff] |
[PATCH] powerpc: Make sure we don't create empty lmb regions To prevent problems later in boot, make sure we don't create zero-size lmb regions. I've checked all the callers, and at the moment no one should ever hit this. All callers use a constant size, or they check the computed size before they call us. Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Paul Mackerras <paulus@samba.org>