kernel: kswap: removes unused arch_swap
function declaration
Eliminates the external declaration of the `arch_swap` function. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
41922b35e4
commit
72a8393aac
1 changed files with 0 additions and 1 deletions
|
@ -193,7 +193,6 @@ static inline void z_swap_unlocked(void)
|
||||||
|
|
||||||
#else /* !CONFIG_USE_SWITCH */
|
#else /* !CONFIG_USE_SWITCH */
|
||||||
|
|
||||||
extern int arch_swap(unsigned int key);
|
|
||||||
|
|
||||||
static inline void z_sched_switch_spin(struct k_thread *thread)
|
static inline void z_sched_switch_spin(struct k_thread *thread)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue