Transform HOST_TOOLS_SUPPORT config option to CONTEXT_MONITOR
Revises this option to make its purpose clearer, and to align it with other experimantal monitoring-type configuration options. Change-Id: I593bb7560b5a0544eb05affaa07b59dd78ea907e Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
This commit is contained in:
parent
26a2e74897
commit
c7661eb981
13 changed files with 32 additions and 32 deletions
|
@ -44,7 +44,7 @@ architecture.
|
|||
|
||||
tNANO _NanoKernel = {0};
|
||||
|
||||
#if defined(CONFIG_HOST_TOOLS_SUPPORT)
|
||||
#if defined(CONFIG_CONTEXT_MONITOR)
|
||||
#define TOOLS_SUPPORT_INIT(pCcs) toolsSupportInit(pCcs)
|
||||
#else
|
||||
#define TOOLS_SUPPORT_INIT(pCcs) \
|
||||
|
@ -52,7 +52,7 @@ tNANO _NanoKernel = {0};
|
|||
} while ((0))
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_HOST_TOOLS_SUPPORT)
|
||||
#if defined(CONFIG_CONTEXT_MONITOR)
|
||||
/*******************************************************************************
|
||||
*
|
||||
* toolsSupportInit - initialize host-tools support when needed
|
||||
|
@ -79,7 +79,7 @@ static ALWAYS_INLINE void toolsSupportInit(struct s_CCS *pCcs /* context */
|
|||
_NanoKernel.contexts = pCcs;
|
||||
irq_unlock(key);
|
||||
}
|
||||
#endif /* CONFIG_HOST_TOOLS_SUPPORT */
|
||||
#endif /* CONFIG_CONTEXT_MONITOR */
|
||||
|
||||
/*******************************************************************************
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue