arm float: Add preemptive FP regs
Adds the preemptive floating point registers to the ARM's thread control structure. Change-Id: I65fbee6303091ce0658bbc442c4707d306b68e92 Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
parent
d5709b6c92
commit
65f1c0c10a
2 changed files with 36 additions and 3 deletions
|
@ -51,6 +51,10 @@ GEN_OFFSET_SYM(tTCS, basepri);
|
|||
GEN_OFFSET_SYM(tTCS, custom_data);
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_FLOAT
|
||||
GEN_OFFSET_SYM(tTCS, preemp_float_regs);
|
||||
#endif
|
||||
|
||||
/* ARM-specific ESF structure member offsets */
|
||||
|
||||
GEN_OFFSET_SYM(tESF, a1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue