Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sh: Bump the earlytimer bits back to time_init().
These were handled through late_time_init due to kmalloc() and friends not being available earlier on previously. Now with slab caches being available much earlier, this is no longer necessary, and we can move the initialization up to an earlier point. One of the benefits with this is that printk times are available a bit earlier! Signed-off-by: Paul Mundt <lethal@linux-sh.org>
- Loading branch information