Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130917
b: refs/heads/master
c: a6595bf
h: refs/heads/master
i:
  130915: 488d8ab
v: v3
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Feb 4, 2009
1 parent 387a648 commit b0f6dab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: adab7eb883a0b0fb7f13b1d7b30b596139f6f40d
refs/heads/master: a6595bf04b9cc9a4997e6d849b62d69439dd1eff
8 changes: 1 addition & 7 deletions trunk/arch/blackfin/kernel/reboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* the core reset.
*/
__attribute__ ((__l1_text__, __noreturn__))
static void _bfin_reset(void)
static void bfin_reset(void)
{
/* Wait for completion of "system" events such as cache line
* line fills so that we avoid infinite stalls later on as
Expand Down Expand Up @@ -76,12 +76,6 @@ static void _bfin_reset(void)
asm("raise 1");
}

__attribute__ ((__noreturn__))
static void bfin_reset(void)
{
_bfin_reset();
}

__attribute__((weak))
void native_machine_restart(char *cmd)
{
Expand Down

0 comments on commit b0f6dab

Please sign in to comment.