projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25ca125
)
[S390] define KTIME_SCALAR for 32-bit s390
author
Martin Schwidefsky
<schwidefsky@de.ibm.com>
Tue, 7 Jul 2009 14:37:13 +0000
(16:37 +0200)
committer
Martin Schwidefsky
<schwidefsky@de.ibm.com>
Tue, 7 Jul 2009 14:37:54 +0000
(16:37 +0200)
32-bit s390 has efficient support for 64/32-bit conversions, define
KTIME_SCALAR to enable the use of the plain scalar nanosecond based
representation of ktime.
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/s390/Kconfig
b/arch/s390/Kconfig
index f46a1b50ddeecc887aed038eb139f2cf8f10884f..2ae5d72f47edaad3198a030c0ee7ed09deeea6b8 100644
(file)
--- a/
arch/s390/Kconfig
+++ b/
arch/s390/Kconfig
@@
-121,6
+121,9
@@
config 32BIT
bool
default y if !64BIT
+config KTIME_SCALAR
+ def_bool 32BIT
+
config SMP
bool "Symmetric multi-processing support"
---help---