[LMB]: Fix initial lmb add region with a non-zero base
authorKumar Gala <galak@kernel.crashing.org>
Thu, 14 Feb 2008 00:58:11 +0000 (16:58 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 14 Feb 2008 00:58:11 +0000 (16:58 -0800)
commit27e6672bb9912d3e3a41cf88e6142d3ae5e534b3
treef2c84845f8e2c43b0871322acc96295def395d51
parenteea89e13a9c61d3928223d2f9bf2295e22e0efb6
[LMB]: Fix initial lmb add region with a non-zero base

If we add to an empty lmb region with a non-zero base we will not
coalesce the number of regions down to one.  This causes problems on
ppc32 for the memory region as its assumed to only have one region.

We can fix this be easily specially casing the initial add to just
replace the dummy region.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
lib/lmb.c