Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73022
b: refs/heads/master
c: c929402
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Bogendoerfer authored and Ralf Baechle committed Nov 2, 2007
1 parent e2b2577 commit 7412009
Show file tree
Hide file tree
Showing 2 changed files with 3 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: f6a8cc31aa23318c6c95aabad7f49874fb79e527
refs/heads/master: c9294022af5022584756d67164e68dba0be9302b
5 changes: 2 additions & 3 deletions trunk/arch/mips/sni/time.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include <linux/types.h>
#include <linux/interrupt.h>
#include <linux/time.h>
#include <linux/clockchips.h>

#include <asm/i8253.h>
#include <asm/sni.h>
Expand Down Expand Up @@ -80,7 +81,7 @@ static void __init sni_a20r_timer_setup(void)
unsigned int cpu = smp_processor_id();

cd->cpumask = cpumask_of_cpu(cpu);

clockevents_register_device(cd);
action->dev_id = cd;
setup_irq(SNI_A20R_IRQ_TIMER, &a20r_irqaction);
}
Expand Down Expand Up @@ -169,8 +170,6 @@ void __init plat_time_init(void)

mips_hpt_frequency = r4k_tick * HZ;

setup_pit_timer();

switch (sni_brd_type) {
case SNI_BRD_10:
case SNI_BRD_10NEW:
Expand Down

0 comments on commit 7412009

Please sign in to comment.