Skip to content

Commit

Permalink
[S390] define KTIME_SCALAR for 32-bit s390
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Martin Schwidefsky committed Jul 7, 2009
1 parent 25ca125 commit 0760630
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/s390/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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---
Expand Down

0 comments on commit 0760630

Please sign in to comment.