unified: Rename ESSENTIAL to K_ESSENTIAL

Adds standard prefix to symbolic option that flags a thread
as essential to system operation.

Change-Id: Ia904a81ce343fdd1cd44caaaeae641d822777f9b
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
This commit is contained in:
Allan Stephens 2016-11-02 15:55:20 -05:00 committed by Anas Nashif
commit a3f3de3741
12 changed files with 21 additions and 21 deletions

View file

@ -161,7 +161,7 @@ typedef struct callee_saved tCalleeSaved;
#endif
#define USE_FP 0x010 /* 1 = thread uses floating point unit */
#define ESSENTIAL 0x200 /* 1 = system thread that must not abort */
#define K_ESSENTIAL 0x200 /* 1 = system thread that must not abort */
#define NO_METRICS 0x400 /* 1 = _Swap() not to update task metrics */
/* stacks */