shell: fix irq stack extern declaration
This is a kernel stack now. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
244f826e3c
commit
99c211dbc6
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ static void shell_stack_dump(const struct k_thread *thread, void *user_data)
|
||||||
size, unused, size - unused, size, pcnt);
|
size, unused, size - unused, size, pcnt);
|
||||||
}
|
}
|
||||||
|
|
||||||
extern K_THREAD_STACK_ARRAY_DEFINE(z_interrupt_stacks, CONFIG_MP_NUM_CPUS,
|
extern K_KERNEL_STACK_ARRAY_DEFINE(z_interrupt_stacks, CONFIG_MP_NUM_CPUS,
|
||||||
CONFIG_ISR_STACK_SIZE);
|
CONFIG_ISR_STACK_SIZE);
|
||||||
|
|
||||||
static int cmd_kernel_stacks(const struct shell *shell,
|
static int cmd_kernel_stacks(const struct shell *shell,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue