From 26450b5cc3002521be5284966cd3f55304572621 Mon Sep 17 00:00:00 2001 From: Martin Schwidefsky Date: Tue, 7 Jul 2009 16:37:13 +0200 Subject: [PATCH] --- yaml --- r: 155290 b: refs/heads/master c: 07606309ff5a9136e340b9ca87c831650c1ec47a h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/s390/Kconfig | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 9171d372131a..71e36b8cc675 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 25ca1251dc55673da1f3c6ddc1bf93fbb7fc83fc +refs/heads/master: 07606309ff5a9136e340b9ca87c831650c1ec47a diff --git a/trunk/arch/s390/Kconfig b/trunk/arch/s390/Kconfig index f46a1b50ddee..2ae5d72f47ed 100644 --- a/trunk/arch/s390/Kconfig +++ b/trunk/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---