kernel: Rename USE_FP and USE_SSE symbols
Symbols now use the K_ prefix which is now standard for the unified kernel. Legacy support for these symbols is retained to allow existing applications to build successfully. Change-Id: I3ff12c96f729b535eecc940502892cbaa52526b6 Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
This commit is contained in:
parent
27ecd5d8f3
commit
f48f263665
13 changed files with 55 additions and 46 deletions
|
@ -107,7 +107,7 @@ typedef struct preempt tPreempt;
|
|||
#define K_EXECUTION_MASK (K_TIMING | K_PENDING | K_PRESTART | \
|
||||
K_DEAD | K_SUSPENDED | K_DUMMY)
|
||||
|
||||
#define USE_FP 0x010 /* 1 = thread uses floating point unit */
|
||||
#define K_FP_REGS 0x010 /* 1 = thread uses floating point registers */
|
||||
#define K_ESSENTIAL 0x200 /* 1 = system thread that must not abort */
|
||||
#define NO_METRICS 0x400 /* 1 = _Swap() not to update task metrics */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue