From: Paul Mundt Date: Thu, 7 May 2009 08:55:09 +0000 (+0900) Subject: sh: sh64 still needs ARCH_USES_GETTIMEOFFSET temporarily. X-Git-Tag: v2.6.31-rc1~392^2~41^2~96 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ae318a148e4d255dfbc87d963fdd6031c2af9c46;p=karo-tx-linux.git sh: sh64 still needs ARCH_USES_GETTIMEOFFSET temporarily. sh64 is still using this, so re-enable it temporarily while SH-5 gets converted to use the generic code. Signed-off-by: Paul Mundt --- diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 565f39042ad9..02688d7909a1 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -141,6 +141,10 @@ config ARCH_NO_VIRT_TO_BUS config ARCH_HAS_DEFAULT_IDLE def_bool y +config ARCH_USES_GETTIMEOFFSET + def_bool y + depends on SUPERH64 + config IO_TRAPPED bool