提交 a6595bf0 编写于 作者: M Mike Frysinger 提交者: Bryan Wu

Blackfin arch: bfin_reset->_bfin_reset redirection no longer needed

Signed-off-by: NMike Frysinger <vapier.adi@gmail.com>
Signed-off-by: NBryan Wu <cooloney@kernel.org>
上级 adab7eb8
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
* the core reset. * the core reset.
*/ */
__attribute__ ((__l1_text__, __noreturn__)) __attribute__ ((__l1_text__, __noreturn__))
static void _bfin_reset(void) static void bfin_reset(void)
{ {
/* Wait for completion of "system" events such as cache line /* Wait for completion of "system" events such as cache line
* line fills so that we avoid infinite stalls later on as * line fills so that we avoid infinite stalls later on as
...@@ -76,12 +76,6 @@ static void _bfin_reset(void) ...@@ -76,12 +76,6 @@ static void _bfin_reset(void)
asm("raise 1"); asm("raise 1");
} }
__attribute__ ((__noreturn__))
static void bfin_reset(void)
{
_bfin_reset();
}
__attribute__((weak)) __attribute__((weak))
void native_machine_restart(char *cmd) void native_machine_restart(char *cmd)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册