mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 00:40:55 +07:00
sparc32: Delete master_l10_limit.
It is only set, never used. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
8bd8deead7
commit
c7e606a8f8
@ -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)
|
||||
|
@ -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),
|
||||
|
@ -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),
|
||||
|
@ -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);
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user