• R
    ARM: restart: at91: use new restart hook · 1b2073e7
    Russell King 提交于
    Rather than using a private function pointer, use the existing
    arm_pm_restart function pointer instead.  We no longer need to enable
    the I-cache in at91sam9_alt_reset() as the caches will now be on when
    this function is called.
    
    Update the function names to use the 'restart' terminology rather than
    the 'reboot' terminology.
    Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
    1b2073e7
at91sam9g45.c 10.3 KB