sh: remove arch-specific localtimer and use generic one
authorRich Felker <dalias@libc.org>
Fri, 12 Feb 2016 22:05:11 +0000 (22:05 +0000)
committerRich Felker <dalias@libc.org>
Thu, 17 Mar 2016 19:46:09 +0000 (19:46 +0000)
commit45624ac38926c8c2f1a63b4a39e7b1997743e1b3
tree75b4a24dd31fc8a6101985f5f7d6ba865de00e54
parent5f2cb34d034fab41dfaabb4403af6e83e04f30df
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>
arch/sh/Kconfig
arch/sh/kernel/Makefile
arch/sh/kernel/localtimer.c [deleted file]
arch/sh/kernel/smp.c