[RTEMS Project] #2808: Conditionally provide rtems_interrupt_frame (was: Deprecate rtems_interrupt_frame)

RTEMS trac trac at rtems.org
Fri Nov 11 10:08:04 UTC 2016


#2808: Conditionally provide rtems_interrupt_frame
-----------------------------+------------------------------
 Reporter:  sebastian.huber  |       Owner:  sebastian.huber
     Type:  enhancement      |      Status:  new
 Priority:  normal           |   Milestone:  4.12
Component:  cpukit           |     Version:  4.12
 Severity:  normal           |  Resolution:
 Keywords:                   |
-----------------------------+------------------------------

Old description:

> 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>.

New description:

 Provide rtems_interrupt_frame only if CPU_ISR_PASSES_FRAME_POINTER is
 defined to TRUE.

--

Comment (by sebastian.huber):

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

--
Ticket URL: <http://devel.rtems.org/ticket/2808#comment:1>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list