commit | 677050c2af68fc978d0831f8e782ed9d4c39c563 | [log] [tgz] |
---|---|---|
author | Jan Van Winkel <jan.van_winkel@dxplore.eu> | Fri Sep 27 22:52:08 2019 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Sep 27 20:32:26 2019 -0400 |
tree | cd2ef9e65b8a8a09a06c872ae8f73cdb8aa9e9b9 | |
parent | 2f4c1ea3624270b6195312996ff76ab4410ad453 [diff] |
kernel/idle: Correct SMP_FALLBACK define Corrected the define of SMP_FALLBACK to prevent llvm warning. llvm issues a warning as the behaviour of using defined(x) inside a macro expansion is undefined (https://reviews.llvm.org/D15866). Signed-off-by: Jan Van Winkel <jan.van_winkel@dxplore.eu>