[MIPS] time: MIPSsim's plat_time_init doesn't need to be irq safe.
authorRalf Baechle <ralf@linux-mips.org>
Tue, 30 Oct 2007 15:39:18 +0000 (15:39 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 26 Nov 2007 17:26:13 +0000 (17:26 +0000)
commit526a6770692477ff258621b1b8838cce9304f8e4
tree176274d8ad98bdd82f09a3bad78507211eb9f138
parentaea6863944efdf42b7de96e71545e0ce4c317a1f
[MIPS] time: MIPSsim's plat_time_init doesn't need to be irq safe.

It's running early during the bootup process so interrupts are still off.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/mipssim/sim_time.c