Changeset a1f23c2 in rtems for cpukit/score/cpu/powerpc/include/rtems/score/cpu.h
- Timestamp:
- 10/14/22 05:41:33 (14 months ago)
- Branches:
- master
- Children:
- a770651
- Parents:
- 985aaac0
- git-author:
- Sebastian Huber <sebastian.huber@…> (10/14/22 05:41:33)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (10/14/22 08:48:23)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/powerpc/include/rtems/score/cpu.h
r985aaac0 ra1f23c2 450 450 451 451 #ifndef ASM 452 #if (PPC_HAS_FPU == 1) 452 453 typedef struct { 453 #if (PPC_HAS_FPU == 1)454 454 /* The ABIs (PowerOpen/SVR4/EABI) only require saving f14-f31 over 455 455 * procedure calls. However, this would mean that the interrupt … … 465 465 uint32_t fpscr; 466 466 #endif 467 } Context_Control_fp; 467 468 #endif /* (PPC_HAS_FPU == 1) */ 468 } Context_Control_fp;469 470 469 #endif /* ASM */ 471 470 … … 563 562 */ 564 563 564 #if (PPC_HAS_FPU == 1) 565 565 #define CPU_CONTEXT_FP_SIZE sizeof( Context_Control_fp ) 566 #endif 566 567 567 568 /* … … 941 942 RTEMS_NO_RETURN void _CPU_Context_restore( Context_Control *new_context ); 942 943 944 #if (PPC_HAS_FPU == 1) 943 945 /* 944 946 * _CPU_Context_save_fp … … 960 962 Context_Control_fp **fp_context_ptr 961 963 ); 964 #endif 962 965 963 966 #ifdef RTEMS_SMP
Note: See TracChangeset
for help on using the changeset viewer.