]> err.no Git - linux-2.6/blobdiff - kernel/hrtimer.c
ACPI: thinkpad-acpi: fix the module init failure path
[linux-2.6] / kernel / hrtimer.c
index a7bb05e6cb634e77749401b7f326e5e8db903394..c21ca6bfaa6600dd864ef1b32798dc1a4ae8c081 100644 (file)
@@ -141,11 +141,7 @@ static void hrtimer_get_softirq_time(struct hrtimer_cpu_base *base)
 
        do {
                seq = read_seqbegin(&xtime_lock);
-#ifdef CONFIG_NO_HZ
-               getnstimeofday(&xts);
-#else
                xts = current_kernel_time();
-#endif
                tom = wall_to_monotonic;
        } while (read_seqretry(&xtime_lock, seq));