The current_fp field in the z_kernel structure is only used by 32-bit x86 (which does not support SMP). As such, it should reside in the arch specific of section of _kernel.cpus[0]. This also changes the name of 'current_fp' to 'fpu_owner' to be more consistent with other architectures. Signed-off-by: Peter Mitsis <peter.mitsis@intel.com> |
||
|---|---|---|
| .. | ||
| coredump.c | ||
| crt0.S | ||
| excstub.S | ||
| fatal.c | ||
| float.c | ||
| gdbstub.c | ||
| intstub.S | ||
| irq_manage.c | ||
| irq_offload.c | ||
| soft_float_stubs.c | ||
| swap.S | ||
| thread.c | ||
| tls.c | ||
| userspace.S | ||