]> Git Repo - J-linux.git/commitdiff
[S390] time: remove unused code
authorHeiko Carstens <[email protected]>
Fri, 26 Feb 2010 21:37:56 +0000 (22:37 +0100)
committerMartin Schwidefsky <[email protected]>
Fri, 26 Feb 2010 21:37:33 +0000 (22:37 +0100)
Signed-off-by: Heiko Carstens <[email protected]>
Signed-off-by: Martin Schwidefsky <[email protected]>
arch/s390/kernel/time.c

index 65065ac48ed36eeedb0c943c0cd6a9e154506825..a8f93f1705aded37002e654bcf85c485335d1995 100644 (file)
 #define USECS_PER_JIFFY     ((unsigned long) 1000000/HZ)
 #define CLK_TICKS_PER_JIFFY ((unsigned long) USECS_PER_JIFFY << 12)
 
-/*
- * Create a small time difference between the timer interrupts
- * on the different cpus to avoid lock contention.
- */
-#define CPU_DEVIATION       (smp_processor_id() << 12)
-
-#define TICK_SIZE tick
-
 u64 sched_clock_base_cc = -1;  /* Force to data section. */
 EXPORT_SYMBOL_GPL(sched_clock_base_cc);
 
This page took 0.051107 seconds and 4 git commands to generate.