aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel/time_64.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sparc/kernel/time_64.c')
-rw-r--r--arch/sparc/kernel/time_64.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sparc/kernel/time_64.c b/arch/sparc/kernel/time_64.c
index f0eba72aa1ad..5f356dc8e178 100644
--- a/arch/sparc/kernel/time_64.c
+++ b/arch/sparc/kernel/time_64.c
@@ -53,8 +53,6 @@
53 53
54DEFINE_SPINLOCK(rtc_lock); 54DEFINE_SPINLOCK(rtc_lock);
55 55
56unsigned int __read_mostly vdso_fix_stick;
57
58#ifdef CONFIG_SMP 56#ifdef CONFIG_SMP
59unsigned long profile_pc(struct pt_regs *regs) 57unsigned long profile_pc(struct pt_regs *regs)
60{ 58{
@@ -838,7 +836,6 @@ void __init time_init_early(void)
838 } else { 836 } else {
839 init_tick_ops(&tick_operations); 837 init_tick_ops(&tick_operations);
840 clocksource_tick.archdata.vclock_mode = VCLOCK_TICK; 838 clocksource_tick.archdata.vclock_mode = VCLOCK_TICK;
841 vdso_fix_stick = 1;
842 } 839 }
843 } else { 840 } else {
844 init_tick_ops(&stick_operations); 841 init_tick_ops(&stick_operations);