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:
Allan Stephens 2015-04-23 12:30:50 -04:00 committed by Anas Nashif
commit c7661eb981
13 changed files with 32 additions and 32 deletions

View file

@ -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 */
/*******************************************************************************
*