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:
Peter Mitsis 2016-04-25 11:41:43 -04:00 committed by Maureen Helm
commit 65f1c0c10a
2 changed files with 36 additions and 3 deletions

View file

@ -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);