Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72776
b: refs/heads/master
c: ba5eac5
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Oct 29, 2007
1 parent cf87de5 commit 67b359e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 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: da349bef9700e0dbf69e4273fa87c476c46c454f
refs/heads/master: ba5eac515f73910744c5d9f8fc1c5d6548cf6ff4
7 changes: 2 additions & 5 deletions trunk/arch/mips/lasat/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,11 @@ static struct notifier_block lasat_panic_block[] =
}
};

void plat_time_init(void)
void __init plat_time_init(void)
{
mips_hpt_frequency = lasat_board_info.li_cpu_hz / 2;
}

void __init plat_timer_setup(struct irqaction *irq)
{
change_c0_status(ST0_IM, IE_IRQ0 | IE_IRQ5);
change_c0_status(ST0_IM, IE_IRQ0);
}

void __init plat_mem_setup(void)
Expand Down

0 comments on commit 67b359e

Please sign in to comment.