Changes between Initial Version and Version 1 of Ticket #2808


Ignore:
Timestamp:
11/11/16 10:08:04 (7 years ago)
Author:
Sebastian Huber
Comment:

Some CPU ports require CPU_Interrupt_frame due to CPU_ISR_PASSES_FRAME_POINTER defined to TRUE.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2808

    • Property Summary changed from Deprecate rtems_interrupt_frame to Conditionally provide rtems_interrupt_frame
  • Ticket #2808 – Description

    initial v1  
    1 The type rtems_interrupt_frame is provided without an API. Define it to int and add the deprecated attribute. This makes it possible to move CPU_Interrupt_frame to <rtems/score/cpuimpl.h>.
     1Provide rtems_interrupt_frame only if CPU_ISR_PASSES_FRAME_POINTER is defined to TRUE.