diff options
Diffstat (limited to 'arch/i386/kernel/time.c')
-rw-r--r-- | arch/i386/kernel/time.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/i386/kernel/time.c b/arch/i386/kernel/time.c index 86944acfb647..58a2d5582419 100644 --- a/arch/i386/kernel/time.c +++ b/arch/i386/kernel/time.c | |||
@@ -76,8 +76,6 @@ int pit_latch_buggy; /* extern */ | |||
76 | unsigned int cpu_khz; /* Detected as we calibrate the TSC */ | 76 | unsigned int cpu_khz; /* Detected as we calibrate the TSC */ |
77 | EXPORT_SYMBOL(cpu_khz); | 77 | EXPORT_SYMBOL(cpu_khz); |
78 | 78 | ||
79 | extern unsigned long wall_jiffies; | ||
80 | |||
81 | DEFINE_SPINLOCK(rtc_lock); | 79 | DEFINE_SPINLOCK(rtc_lock); |
82 | EXPORT_SYMBOL(rtc_lock); | 80 | EXPORT_SYMBOL(rtc_lock); |
83 | 81 | ||
@@ -329,7 +327,6 @@ static int timer_resume(struct sys_device *dev) | |||
329 | do_settimeofday(&ts); | 327 | do_settimeofday(&ts); |
330 | write_seqlock_irqsave(&xtime_lock, flags); | 328 | write_seqlock_irqsave(&xtime_lock, flags); |
331 | jiffies_64 += sleep_length; | 329 | jiffies_64 += sleep_length; |
332 | wall_jiffies += sleep_length; | ||
333 | write_sequnlock_irqrestore(&xtime_lock, flags); | 330 | write_sequnlock_irqrestore(&xtime_lock, flags); |
334 | touch_softlockup_watchdog(); | 331 | touch_softlockup_watchdog(); |
335 | return 0; | 332 | return 0; |