arch/tile: use proper memparse() for "maxmem" options
authorChris Metcalf <cmetcalf@tilera.com>
Thu, 29 Mar 2012 19:56:18 +0000 (15:56 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Mon, 2 Apr 2012 16:13:25 +0000 (12:13 -0400)
commitbfffe79bc29a9c4c817d5f51590961220e26db1a
treed129fb6ccc7f28767b23e06554778f0998bced2f
parent719ea79e330c5e1a17fb7e4cf352a81e4c84cff5
arch/tile: use proper memparse() for "maxmem" options

This is more standard and avoids having to remember what units
the options actually take.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
arch/tile/kernel/setup.c