Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zephyr: remove infinite recursion on Broadwell
Broadwell support with Zephyr had only been dry-coded, it has never been tested, and it contains an infinite recursion bug: functions platform_timer_get() and arch_timer_get_system() call each other infinitely. Break the recursion formally, until a proper fix is available. Signed-off-by: Guennadi Liakhovetski <[email protected]>
- Loading branch information