Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ARM: 8400/1: use virt_to_idmap to get phys_reset address | Vitaly Andrianov | 2015-07-17 | 1 | -1/+1 |
| | | | | | | | | | | 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> | ||||
* | ARM: move reboot code to arch/arm/kernel/reboot.c | Russell King | 2015-04-02 | 1 | -0/+155 |
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> |