Commits
Rich Felker committed b46ed37042f
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 <dalias@libc.org>