From: Rich Felker Date: Thu, 26 May 2016 22:18:52 +0000 (+0000) Subject: sh: allow clocksource drivers to register sched_clock backends X-Git-Tag: v4.8-rc1~15^2~13 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=b46ed37042fa21ce3e888310462902044df98321;p=linux.git sh: allow clocksource drivers to register sched_clock backends There is no arch-specific sched_clock implementation for sh, resulting in use of the old default jiffies-based implementation. Instead, use the modern generic sched_clock framework so that drivers can register better backends. Signed-off-by: Rich Felker --- diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index e6d88f9e978a..df6339d7bf72 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -38,6 +38,7 @@ config SUPERH select GENERIC_IDLE_POLL_SETUP select GENERIC_CLOCKEVENTS select GENERIC_CMOS_UPDATE if SH_SH03 || SH_DREAMCAST + select GENERIC_SCHED_CLOCK select GENERIC_STRNCPY_FROM_USER select GENERIC_STRNLEN_USER select HAVE_MOD_ARCH_SPECIFIC if DWARF_UNWINDER