commit | 7d3b6c6a40959464b6703991ebf984abc7b1de6e | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Wed Dec 13 16:04:15 2023 -0500 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Jan 09 10:00:17 2024 +0100 |
tree | b240176cfe10d3716656a68146496d0b9de7fa0d | |
parent | 3f753735845d313db2e0dc564606a97c0412361b [diff] |
arch: smp: make flush_fpu_ipi a common, optional interfaces The interface to flush fpu is not unique to one architecture, make it a generic, optional interface that can be implemented (and overriden) by a platform. Signed-off-by: Anas Nashif <anas.nashif@intel.com>