Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127125
b: refs/heads/master
c: a1ee74c
h: refs/heads/master
i:
  127123: ef86e1c
v: v3
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Jan 7, 2009
1 parent 0b7ec7b commit 16328e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 71f5ca35d5aa1c27920c2a223993bef551c723b5
refs/heads/master: a1ee74ca09cb8c5929bab0b16e0c58e7c85b9414
6 changes: 3 additions & 3 deletions trunk/arch/blackfin/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ static struct irqaction bfin_timer_irq = {
};

#ifdef CONFIG_TICK_SOURCE_SYSTMR0
void setup_system_timer0(void)
void __init setup_system_timer0(void)
{
/* Power down the core timer, just to play safe. */
bfin_write_TCNTL(0);
Expand All @@ -49,7 +49,7 @@ void setup_system_timer0(void)
enable_gptimers(TIMER0bit);
}
#else
void setup_core_timer(void)
void __init setup_core_timer(void)
{
u32 tcount;

Expand All @@ -71,7 +71,7 @@ void setup_core_timer(void)
}
#endif

static void
static void __init
time_sched_init(irqreturn_t(*timer_routine) (int, void *))
{
#ifdef CONFIG_TICK_SOURCE_SYSTMR0
Expand Down

0 comments on commit 16328e9

Please sign in to comment.