commit | 121d051c9a6b75e41c851103d973a37e8c7ae090 | [log] [tgz] |
---|---|---|
author | Flavio Ceolin <flavio.ceolin@intel.com> | Thu Sep 28 16:21:06 2023 -0700 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Sep 29 13:05:13 2023 +0200 |
tree | 940cff7e8e4a7d84e2f9cd62255ab067d10bcda9 | |
parent | 711c17182f401101390ce30a132c531aade01bd9 [diff] |
kernel: fatal: Remove redundant function We don't need re-implement a function to get the current cpu. Simply use _current_cpu that even contains additional sanity checks. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>