Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 50 and Version 51 of Release/4.8


Ignore:
Timestamp:
08/13/08 19:22:54 (16 years ago)
Author:
JoelSherrill
Comment:

/* Release 4.8.1 Changes */ Add PR1257, use rtems interrupt disable/enable instead of CPU routines

Legend:

Unmodified
Added
Removed
Modified
  • Release/4.8

    v50 v51  
    151151  *  PR1212 - Correctly enabled timeslicing when done by calling task.  Adds sp44.
    152152  *  PR1237 - SPARC port specific modifications to avoid overflowing interrupted task stack under high load
     153  *  PR1257 - Various BSPs: Use rtems_interrupt_disable and enable instead of directly using _CPU_ISR_Enable and _CPU_ISR_Disable.  Ensures proper compiler memory barrier usage.
    153154  *  PR1263 - User's Guide Partition:  Improve discussion of alignment and minimum buffer sizes.
    154155  *  PR1265 - objectbyindex.c and prototype - rename parameter so including rtems.h and string.h in user code does not give warning.