mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 06:08:20 +00:00
Fix entry.
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
2007-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
PR 1257/bsps
|
||||
* csb336/network/lan91c11x.c, csb337/startup/bspstart.c,
|
||||
edb7312/irq/irq.c, gba/irq/irq.c, gba/irq/irq_init.c,
|
||||
gp32/startup/bspstart.c, rtl22xx/startup/bspstart.c,
|
||||
shared/abort/abort.c, shared/abort/simple_abort.c,
|
||||
* shared/abort/abort.c, shared/abort/simple_abort.c,
|
||||
shared/irq/irq_init.c: Code outside of cpukit should use the public
|
||||
API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
|
||||
the public API and directly accessing _CPU_ISR_Disable and
|
||||
|
||||
@@ -1,3 +1,14 @@
|
||||
2007-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
PR 1257/bsps
|
||||
* network/lan91c11x.c: Code outside of cpukit should use the public
|
||||
API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
|
||||
the public API and directly accessing _CPU_ISR_Disable and
|
||||
_CPU_ISR_Enable, they were bypassing the compiler memory barrier
|
||||
directive which could lead to problems. This patch also changes the
|
||||
type of the variable passed into these routines and addresses minor
|
||||
style issues.
|
||||
|
||||
2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Eliminate maximum_drivers configuration parameter
|
||||
|
||||
@@ -1,3 +1,14 @@
|
||||
2007-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
PR 1257/bsps
|
||||
* startup/bspstart.c: Code outside of cpukit should use the public
|
||||
API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
|
||||
the public API and directly accessing _CPU_ISR_Disable and
|
||||
_CPU_ISR_Enable, they were bypassing the compiler memory barrier
|
||||
directive which could lead to problems. This patch also changes the
|
||||
type of the variable passed into these routines and addresses minor
|
||||
style issues.
|
||||
|
||||
2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Eliminate maximum_drivers configuration parameter
|
||||
|
||||
@@ -1,3 +1,17 @@
|
||||
2007-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
PR 1257/bsps
|
||||
* irq/irq.c: Code outside of cpukit should use the public
|
||||
API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
|
||||
the public API and directly accessing _CPU_ISR_Disable and
|
||||
_CPU_ISR_Enable, they were bypassing the compiler memory barrier
|
||||
directive which could lead to problems. This patch also changes the
|
||||
type of the variable passed into these routines and addresses minor
|
||||
style issues.
|
||||
|
||||
2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Eliminate maximum_drivers configuration parameter
|
||||
2007-06-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* clock/clockdrv.c: Fix spacing.
|
||||
|
||||
@@ -1,3 +1,17 @@
|
||||
2007-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
PR 1257/bsps
|
||||
* irq/irq.c, irq/irq_init.c: Code outside of cpukit should use the public
|
||||
API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
|
||||
the public API and directly accessing _CPU_ISR_Disable and
|
||||
_CPU_ISR_Enable, they were bypassing the compiler memory barrier
|
||||
directive which could lead to problems. This patch also changes the
|
||||
type of the variable passed into these routines and addresses minor
|
||||
style issues.
|
||||
|
||||
2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Eliminate maximum_drivers configuration parameter
|
||||
2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Eliminate maximum_drivers configuration parameter
|
||||
|
||||
@@ -1,3 +1,17 @@
|
||||
2007-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
PR 1257/bsps
|
||||
* startup/bspstart.c: Code outside of cpukit should use the public
|
||||
API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
|
||||
the public API and directly accessing _CPU_ISR_Disable and
|
||||
_CPU_ISR_Enable, they were bypassing the compiler memory barrier
|
||||
directive which could lead to problems. This patch also changes the
|
||||
type of the variable passed into these routines and addresses minor
|
||||
style issues.
|
||||
|
||||
2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Eliminate maximum_drivers configuration parameter
|
||||
2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Eliminate maximum_drivers configuration parameter
|
||||
|
||||
@@ -1,3 +1,17 @@
|
||||
2007-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
PR 1257/bsps
|
||||
* startup/bspstart.c: Code outside of cpukit should use the public
|
||||
API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing
|
||||
the public API and directly accessing _CPU_ISR_Disable and
|
||||
_CPU_ISR_Enable, they were bypassing the compiler memory barrier
|
||||
directive which could lead to problems. This patch also changes the
|
||||
type of the variable passed into these routines and addresses minor
|
||||
style issues.
|
||||
|
||||
2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Eliminate maximum_drivers configuration parameter
|
||||
2007-08-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* README: Clean up.
|
||||
|
||||
Reference in New Issue
Block a user