diff options
Diffstat (limited to 'arch/sh/cpu/sh4/watchdog.c')
| -rw-r--r-- | arch/sh/cpu/sh4/watchdog.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/sh/cpu/sh4/watchdog.c b/arch/sh/cpu/sh4/watchdog.c index c5974337465..d394ac0b69b 100644 --- a/arch/sh/cpu/sh4/watchdog.c +++ b/arch/sh/cpu/sh4/watchdog.c @@ -49,12 +49,3 @@ int watchdog_disable(void) return 0; } #endif - -void reset_cpu(void) -{ - /* Address error with SR.BL=1 first. */ - trigger_address_error(); - - while (1) - ; -} |
