diff options
author | Mike Frysinger <vapier.adi@gmail.com> | 2008-10-10 06:57:21 -0400 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2008-10-10 06:57:21 -0400 |
commit | 9a6f5ae1f1f3c37aad938a1c82db248a3f95a629 (patch) | |
tree | 434b8306bb63f9b2ac09caa30c8a8cf6b5e429f3 /arch/blackfin/kernel/reboot.c | |
parent | e482cad241c0b7108cbc94959307a73d19ba17d5 (diff) |
Blackfin arch: bfin_reset() is an internal reboot function ... everyone should go through machine_restart()
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/kernel/reboot.c')
-rw-r--r-- | arch/blackfin/kernel/reboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/kernel/reboot.c b/arch/blackfin/kernel/reboot.c index b0a8f89cc9b6..d0ead640d992 100644 --- a/arch/blackfin/kernel/reboot.c +++ b/arch/blackfin/kernel/reboot.c | |||
@@ -20,7 +20,7 @@ | |||
20 | * the core reset. | 20 | * the core reset. |
21 | */ | 21 | */ |
22 | __attribute__((l1_text)) | 22 | __attribute__((l1_text)) |
23 | void bfin_reset(void) | 23 | static void bfin_reset(void) |
24 | { | 24 | { |
25 | /* Wait for completion of "system" events such as cache line | 25 | /* Wait for completion of "system" events such as cache line |
26 | * line fills so that we avoid infinite stalls later on as | 26 | * line fills so that we avoid infinite stalls later on as |