Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113153
b: refs/heads/master
c: c7e606a
h: refs/heads/master
i:
  113151: 604db9c
v: v3
  • Loading branch information
David S. Miller committed Sep 20, 2008
1 parent be9523d commit 51651bf
Show file tree
Hide file tree
Showing 6 changed files with 1 addition 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: 8bd8deead7f00006781c366887da8cf6a02c69ce
refs/heads/master: c7e606a8f863b2119176674610618dad3d80a16d
1 change: 0 additions & 1 deletion trunk/arch/sparc/include/asm/timer_32.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include <asm/btfixup.h>

extern __volatile__ unsigned int *master_l10_counter;
extern __volatile__ unsigned int *master_l10_limit;

/* FIXME: Make do_[gs]ettimeofday btfixup calls */
BTFIXUPDEF_CALL(int, bus_do_settimeofday, struct timespec *tv)
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/sparc/kernel/sun4c_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ static void __init sun4c_init_timers(irq_handler_t counter_fn)
sbus_writel((((1000000/HZ) + 1) << 10), &sun4c_timers->l10_limit);

master_l10_counter = &sun4c_timers->l10_count;
master_l10_limit = &sun4c_timers->l10_limit;

err = request_irq(irq[0].pri, counter_fn,
(IRQF_DISABLED | SA_STATIC_ALLOC),
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/sparc/kernel/sun4d_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,6 @@ static void __init sun4d_init_timers(irq_handler_t counter_fn)
sbus_writel((((1000000/HZ) + 1) << 10), &sun4d_timers->l10_timer_limit);

master_l10_counter = &sun4d_timers->l10_cur_count;
master_l10_limit = &sun4d_timers->l10_timer_limit;

err = request_irq(TIMER_IRQ, counter_fn,
(IRQF_DISABLED | SA_STATIC_ALLOC),
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/sparc/kernel/sun4m_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,6 @@ static void __init sun4m_init_timers(irq_handler_t counter_fn)
sbus_writel((((1000000/HZ) + 1) << 10), &timers_global->l10_limit);

master_l10_counter = &timers_global->l10_count;
master_l10_limit = &timers_global->l10_limit;

err = request_irq(TIMER_IRQ, counter_fn,
(IRQF_DISABLED | SA_STATIC_ALLOC), "timer", NULL);
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/sparc/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ unsigned long profile_pc(struct pt_regs *regs)
EXPORT_SYMBOL(profile_pc);

__volatile__ unsigned int *master_l10_counter;
__volatile__ unsigned int *master_l10_limit;

/*
* timer_interrupt() needs to keep up the real-time clock,
Expand Down

0 comments on commit 51651bf

Please sign in to comment.