Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-17 | ARM: 8400/1: use virt_to_idmap to get phys_reset address | Vitaly Andrianov | |
This patch is to get correct physical address of the reset function for PAE systems, which use aliased physical memory for booting. See the "ARM: mm: Introduce virt_to_idmap() with an arch hook" for details. Signed-off-by: Vitaly Andrianov <vitalya@ti.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> | |||
2015-04-02 | ARM: move reboot code to arch/arm/kernel/reboot.c | Russell King | |
Move shutdown and reboot related code to a separate file, out of process.c. This helps to avoid polluting process.c with non-process related code. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> |