Searched hist:"6291319 d4864848efc7b5d81389e2404fb478cb9" (Results 1 – 2 of 2) sorted by relevance
/linux/arch/arm/include/asm/mach/ |
H A D | arch.h | diff 6291319d4864848efc7b5d81389e2404fb478cb9 Thu Apr 28 22:27:21 CEST 2011 Grant Likely <grant.likely@secretlab.ca> 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 <tony@atomide.com> Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org> Acked-by: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
|
/linux/arch/arm/kernel/ |
H A D | setup.c | diff 6291319d4864848efc7b5d81389e2404fb478cb9 Thu Apr 28 22:27:21 CEST 2011 Grant Likely <grant.likely@secretlab.ca> 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 <tony@atomide.com> Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org> Acked-by: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
|