diff options
author | Rich Felker <dalias@libc.org> | 2016-02-12 22:05:11 +0000 |
---|---|---|
committer | Rich Felker <dalias@libc.org> | 2016-03-17 19:46:09 +0000 |
commit | 45624ac38926c8c2f1a63b4a39e7b1997743e1b3 (patch) | |
tree | 75b4a24dd31fc8a6101985f5f7d6ba865de00e54 /arch/sh/Kconfig | |
parent | 5f2cb34d034fab41dfaabb4403af6e83e04f30df (diff) | |
download | blackbird-obmc-linux-45624ac38926c8c2f1a63b4a39e7b1997743e1b3.tar.gz blackbird-obmc-linux-45624ac38926c8c2f1a63b4a39e7b1997743e1b3.zip |
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 <dalias@libc.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |