diff options
| -rw-r--r-- | arch/s390/kernel/time.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/s390/kernel/time.c b/arch/s390/kernel/time.c index 65065ac48ed3..a8f93f1705ad 100644 --- a/arch/s390/kernel/time.c +++ b/arch/s390/kernel/time.c | |||
| @@ -51,14 +51,6 @@ | |||
| 51 | #define USECS_PER_JIFFY ((unsigned long) 1000000/HZ) | 51 | #define USECS_PER_JIFFY ((unsigned long) 1000000/HZ) |
| 52 | #define CLK_TICKS_PER_JIFFY ((unsigned long) USECS_PER_JIFFY << 12) | 52 | #define CLK_TICKS_PER_JIFFY ((unsigned long) USECS_PER_JIFFY << 12) |
| 53 | 53 | ||
| 54 | /* | ||
| 55 | * Create a small time difference between the timer interrupts | ||
| 56 | * on the different cpus to avoid lock contention. | ||
| 57 | */ | ||
| 58 | #define CPU_DEVIATION (smp_processor_id() << 12) | ||
| 59 | |||
| 60 | #define TICK_SIZE tick | ||
| 61 | |||
| 62 | u64 sched_clock_base_cc = -1; /* Force to data section. */ | 54 | u64 sched_clock_base_cc = -1; /* Force to data section. */ |
| 63 | EXPORT_SYMBOL_GPL(sched_clock_base_cc); | 55 | EXPORT_SYMBOL_GPL(sched_clock_base_cc); |
| 64 | 56 | ||
