syscall xml: only define DebugSendIPI when SMP
The actual libsel4 wrappers and kernel code only ever exists when CONFIG_ENABLE_SMP_SUPPORT exists, so there's no point also defining the syscall code as well. Signed-off-by: Julia Vassiliki <julia.vassiliki@unsw.edu.au>
This commit is contained in:
parent
82aaae6a89
commit
4ee903cf50
1 changed files with 6 additions and 1 deletions
|
|
@ -50,7 +50,12 @@
|
|||
<syscall name="DebugNameThread"/>
|
||||
</config>
|
||||
<config>
|
||||
<condition><config var="CONFIG_DEBUG_BUILD"/></condition>
|
||||
<condition>
|
||||
<and>
|
||||
<config var="CONFIG_DEBUG_BUILD"/>
|
||||
<config var="CONFIG_ENABLE_SMP_SUPPORT"/>
|
||||
</and>
|
||||
</condition>
|
||||
<syscall name="DebugSendIPI"/>
|
||||
</config>
|
||||
<config>
|
||||
|
|
|
|||
Loading…
Reference in a new issue