-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
linux-gen: timer: don't start posix timer with inline timers
A wrong global variable (odp_global_rw->inline_timers) was used to check if posix timers are used or not. That variable controls if timers need to be polled in inline mode. The correct variable is to check posix vs inline mode is timer_global->use_inline_timers. Signed-off-by: Petri Savolainen <[email protected]> Reviewed-by: Matias Elo <[email protected]>
- Loading branch information
Showing
1 changed file
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters