sparc64: Fix lmb_reserve() args in find_ramdisk().
authorDavid S. Miller <davem@davemloft.net>
Thu, 15 May 2008 06:10:33 +0000 (23:10 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 May 2008 20:34:35 +0000 (13:34 -0700)
This fixes the missing ram regression reported by
Mikael Pettersson <mikpe@it.uu.se>, much thanks for
all of this help in diagnosing this.

The second argument to lmb_reserve() is a size,
not an end address bounds.

Tested-by: Mikael Pettersson <mikpe@it.uu.se>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found