]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit392f0a39dffdff631a1905ad80ac9707c509b104
treefa1f06b4a40d60ff2fa20445d553069096cb10c3
parent059641f46871b3555cee08dce1dfb9f0abcdbf08
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]