MIPS: Clean up tables for bootmem allocation
authorDavid VomLehn <dvomlehn@cisco.com>
Fri, 7 May 2010 22:17:02 +0000 (15:17 -0700)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 21 May 2010 20:31:17 +0000 (21:31 +0100)
commit4f1e099582c119cf73d6a873b53e8edaa773d065
treefa1f06b4a40d60ff2fa20445d553069096cb10c3
parent3f135530448104c01153fe048024366203196798
MIPS: Clean up tables for bootmem allocation

Modifications to the boot memory allocation structures to make them easier
to read and maintain. Note that this will not pass checkpatch because
it wants a structure element initializer to be enclosed in a
do {...} while(...), which is obvious nonsensical.

Signed-off-by: David VomLehn <dvomlehn@cisco.com>
To: linux-mips@linux-mips.org
Patchwork: http://patchwork.linux-mips.org/patch/1207/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/powertv/asic/prealloc-calliope.c
arch/mips/powertv/asic/prealloc-cronus.c
arch/mips/powertv/asic/prealloc-cronuslite.c
arch/mips/powertv/asic/prealloc-zeus.c
arch/mips/powertv/asic/prealloc.h [new file with mode: 0644]