commit | 3642f67b05592e48953fb09103398b23d7637980 | [log] [tgz] |
---|---|---|
author | Andy Ross <andrew.j.ross@intel.com> | Sat Dec 08 18:54:29 2018 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Jan 11 15:18:52 2019 -0500 |
tree | 0a850bd0d89a1c5d83f5a73cc57248e5cd04b862 | |
parent | 762ff2f4280203a2797810df20f759d89418cd34 [diff] |
drivers/timer/hpet: Fix logic for !TICKLESS When tickless was disabled, this inverted test would never fire the first interrupt and the timer would be silent. Just remove it. There's no harm in unconditionally enabling a single timer interrupt at boot. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>