OpenOCD: Make incompatible with SMP
In case of SMP (i.e. multiple execution units processing
the same list of tasks) we cannot use the same data structures for
getting data about active tasks as with just one processor (UP).
So until explicit support of SMP is added make sure we don't allow
to select both OPENOCD & SMP simultaneously.
Moreover starting from
commit a203d21962
("kernel: remove legacy fields in _kernel")
this will lead to build-time error if MP_NUM_CPUS > 1.
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
This commit is contained in:
parent
cca0b79c27
commit
bf981135a0
1 changed files with 1 additions and 0 deletions
|
@ -273,6 +273,7 @@ config EXCEPTION_STACK_TRACE
|
|||
|
||||
config OPENOCD_SUPPORT
|
||||
bool "OpenOCD support [EXPERIMENTAL]"
|
||||
depends on !SMP
|
||||
select THREAD_MONITOR
|
||||
select THREAD_NAME
|
||||
help
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue