]> git.karo-electronics.de Git - karo-tx-linux.git/commit
arch/tile: use memparse() for "maxmem" and "maxnodemem" options
authorChris Metcalf <cmetcalf@tilera.com>
Thu, 29 Mar 2012 19:56:18 +0000 (15:56 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Fri, 30 Mar 2012 22:56:32 +0000 (18:56 -0400)
commit7d77f0c9f83844b698dc008d51dc39a5da1e40b7
tree978df019a3cc00a7463d053696a8ccd5d1898025
parent02259fd438043a2ecdac53f365aba5acf9f86ea7
arch/tile: use memparse() for "maxmem" and "maxnodemem" 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