From: Grant Likely Date: Thu, 28 Apr 2011 20:27:21 +0000 (-0600) Subject: arm/dt: consolidate atags setup into setup_machine_atags X-Git-Tag: v3.0-rc1~34^2^2~3^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6291319d4864848efc7b5d81389e2404fb478cb9;p=pandora-kernel.git arm/dt: consolidate atags setup into setup_machine_atags In preparation for adding device tree support, this patch consolidates all of the atag-specific setup into a single function. v5: - drop double printk("Machine; %s\n", ...); call. - leave copying boot_command_line in setup_arch() since it isn't atags specific. v4: - adapt to the removal of lookup_machine_type() - break out dump of machine_desc table into dump_machine_table() because the device tree probe code will use it. - Add for_each_machine_desc() macro Tested-by: Tony Lindgren Acked-by: Nicolas Pitre Acked-by: Russell King Signed-off-by: Grant Likely --- Reading git-diff-tree failed