commit | d0ad4197370f86c3131bee32c89d6cd3a7e1562c | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Mon Jan 28 09:12:13 2019 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Jan 31 06:15:39 2019 -0500 |
tree | 7cacb446a251863f6f76f34a4a175466801c3419 | |
parent | a3682f67d4ac8610fa218df1f09f45c664095bf4 [diff] |
timer: xtensa: restore smp_timer_init() The smp_timer_init() was removed during timer re-write. This results in undefined references error during compilation when CONFIG_SMP=y. So add it back so we can compile for SMP. The logic is updated from the previous version to the latest in the driver. Signed-off-by: Daniel Leung <daniel.leung@intel.com>