forked from Imagelibrary/rtems
conditional added for the hppa gr27
This commit is contained in:
@@ -360,7 +360,9 @@ uninitialized += (sizeof _CPU_Interrupt_stack_low) +
|
||||
|
||||
/* cpu.h */
|
||||
uninitialized += (sizeof _CPU_Null_fp_context) +
|
||||
#ifndef RTEMS_UNIX
|
||||
(sizeof _CPU_Default_gr27) +
|
||||
#endif
|
||||
(sizeof _CPU_Interrupt_stack_low) +
|
||||
(sizeof _CPU_Interrupt_stack_high);
|
||||
#endif
|
||||
|
||||
@@ -360,7 +360,9 @@ uninitialized += (sizeof _CPU_Interrupt_stack_low) +
|
||||
|
||||
/* cpu.h */
|
||||
uninitialized += (sizeof _CPU_Null_fp_context) +
|
||||
#ifndef RTEMS_UNIX
|
||||
(sizeof _CPU_Default_gr27) +
|
||||
#endif
|
||||
(sizeof _CPU_Interrupt_stack_low) +
|
||||
(sizeof _CPU_Interrupt_stack_high);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user