From 45624ac38926c8c2f1a63b4a39e7b1997743e1b3 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Fri, 12 Feb 2016 22:05:11 +0000 Subject: sh: remove arch-specific localtimer and use generic one The code being removed was copied from arm, where the corresponding code was removed in 2013. The only functional change should be that the rating of the dummy local timer changes from 400 to 100. Signed-off-by: Rich Felker --- arch/sh/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/sh/Kconfig') diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index e13da05505dc..9aabc96aed03 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -1,5 +1,6 @@ config SUPERH def_bool y + select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST select ARCH_MIGHT_HAVE_PC_PARPORT select HAVE_PATA_PLATFORM select CLKDEV_LOOKUP -- cgit v1.2.3-59-g8ed1b