aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390
diff options
context:
space:
mode:
authorAnna-Maria Gleixner <anna-maria@glx-um.de>2012-05-18 12:45:52 -0400
committerThomas Gleixner <tglx@linutronix.de>2012-05-21 05:01:43 -0400
commita6527b92e40f48b29c31be911c3d62eec484cf70 (patch)
tree1c6a24623c147feb164ce8110ec6fb998edb9d55 /arch/s390
parent5bf8f6bfc950abe23927e0ff54cdb260d19d608e (diff)
s390: Use generic time config
Signed-off-by: Anna-Maria Gleixner <anna-maria@glx-um.de> Cc: Martin Schwidefsky <schwidefsky@de.ibm.com> Link: http://lkml.kernel.org/r/20120518163106.595607369@glx-um.de Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/s390')
-rw-r--r--arch/s390/Kconfig12
1 files changed, 3 insertions, 9 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig
index 9015060919a0..f9edb9303a7e 100644
--- a/arch/s390/Kconfig
+++ b/arch/s390/Kconfig
@@ -28,12 +28,6 @@ config ARCH_HAS_ILOG2_U64
28config GENERIC_HWEIGHT 28config GENERIC_HWEIGHT
29 def_bool y 29 def_bool y
30 30
31config GENERIC_TIME_VSYSCALL
32 def_bool y
33
34config GENERIC_CLOCKEVENTS
35 def_bool y
36
37config GENERIC_BUG 31config GENERIC_BUG
38 def_bool y if BUG 32 def_bool y if BUG
39 33
@@ -122,6 +116,9 @@ config S390
122 select ARCH_INLINE_WRITE_UNLOCK_BH 116 select ARCH_INLINE_WRITE_UNLOCK_BH
123 select ARCH_INLINE_WRITE_UNLOCK_IRQ 117 select ARCH_INLINE_WRITE_UNLOCK_IRQ
124 select ARCH_INLINE_WRITE_UNLOCK_IRQRESTORE 118 select ARCH_INLINE_WRITE_UNLOCK_IRQRESTORE
119 select GENERIC_TIME_VSYSCALL
120 select GENERIC_CLOCKEVENTS
121 select KTIME_SCALAR if 32BIT
125 122
126config SCHED_OMIT_FRAME_POINTER 123config SCHED_OMIT_FRAME_POINTER
127 def_bool y 124 def_bool y
@@ -146,9 +143,6 @@ config 64BIT
146config 32BIT 143config 32BIT
147 def_bool y if !64BIT 144 def_bool y if !64BIT
148 145
149config KTIME_SCALAR
150 def_bool 32BIT
151
152config SMP 146config SMP
153 def_bool y 147 def_bool y
154 prompt "Symmetric multi-processing support" 148 prompt "Symmetric multi-processing support"