Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information