Re: [PATCH 2/2] Move memory size print into common show_cpuinfo for 32-bit

2008-10-09 Thread Benjamin Herrenschmidt
On Wed, 2008-09-24 at 16:53 -0500, Becky Bruce wrote: > Most of the platforms were printing the size of the memory > in their show_cpuinfo implementations. This moves that to > the common show_cpuinfo, so that all 32-bit platforms will > now print the size of memory. I also update the code > to de

[PATCH 2/2] Move memory size print into common show_cpuinfo for 32-bit

2008-09-24 Thread Becky Bruce
Most of the platforms were printing the size of the memory in their show_cpuinfo implementations. This moves that to the common show_cpuinfo, so that all 32-bit platforms will now print the size of memory. I also update the code to deal with the fact that total_memory is now a phys_addr_t. Signed