diff options
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2008-12-25 07:39:25 -0500 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2008-12-25 07:39:15 -0500 |
commit | c185b783b0993c294ca22ad0a55e6cdf8df4f9d3 (patch) | |
tree | de475f1f37f8b2e1b58ddd4a41e0666afa6672cb /arch/s390/kernel/time.c | |
parent | 349f1b671a4b2612c1355612bedadc81f86d26f1 (diff) |
[S390] Remove config options.
On s390 we always want to run with precise cputime accounting.
Remove the config options VIRT_TIMER and VIRT_CPU_ACCOUNTING.
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/kernel/time.c')
-rw-r--r-- | arch/s390/kernel/time.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/s390/kernel/time.c b/arch/s390/kernel/time.c index 496528561248..95620296e1ad 100644 --- a/arch/s390/kernel/time.c +++ b/arch/s390/kernel/time.c | |||
@@ -286,10 +286,8 @@ void __init time_init(void) | |||
286 | 286 | ||
287 | /* Enable TOD clock interrupts on the boot cpu. */ | 287 | /* Enable TOD clock interrupts on the boot cpu. */ |
288 | init_cpu_timer(); | 288 | init_cpu_timer(); |
289 | 289 | /* Enable cpu timer interrupts on the boot cpu. */ | |
290 | #ifdef CONFIG_VIRT_TIMER | ||
291 | vtime_init(); | 290 | vtime_init(); |
292 | #endif | ||
293 | } | 291 | } |
294 | 292 | ||
295 | /* | 293 | /* |