[RTEMS Project] #2954: ARM: Optimize context switch

RTEMS trac trac at rtems.org
Tue Mar 28 08:34:46 UTC 2017


#2954: ARM: Optimize context switch
-----------------------------+------------------------------
 Reporter:  Sebastian Huber  |       Owner:  Sebastian Huber
     Type:  enhancement      |      Status:  closed
 Priority:  normal           |   Milestone:  4.12.0
Component:  cpukit           |     Version:  4.12
 Severity:  normal           |  Resolution:  fixed
 Keywords:                   |
-----------------------------+------------------------------
Changes (by Sebastian Huber <sebastian.huber@…>):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"cd3d74793a4e2ec93cefdddb855d4536d44c7e64/rtems"
 cd3d747/rtems]:
 {{{
 #!CommitTicketReference repository="rtems"
 revision="cd3d74793a4e2ec93cefdddb855d4536d44c7e64"
 arm: Optimize context switch

 Set CPU_ENABLE_ROBUST_THREAD_DISPATCH to TRUE.  In this case the
 interrupts are always enabled during a context switch even after
 interrupt processing (see #2751).  Remove the CPSR from the context
 control since it contains only volatile bits.

 Close #2954.
 }}}

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


More information about the bugs mailing list