mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
Fix formatting.
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
2006-06-19 Till Straumann <strauman@slac.stanford.edu>
|
2006-06-19 Till Straumann <strauman@slac.stanford.edu>
|
||||||
|
|
||||||
* shared/irq/irq_asm.S: Never allow the FPU to be switched on
|
* shared/irq/irq_asm.S: Never allow the FPU to be switched on
|
||||||
for integer-only tasks (new gcc may use FP regs implicitely).
|
for integer-only tasks (new gcc may use FP regs implicitly).
|
||||||
|
|
||||||
2006-03-08 Joel Sherrill <joel@OARcorp.com>
|
2006-03-08 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
* new-exceptions/cpu.c, new-exceptions/cpu_asm.S: Never
|
* new-exceptions/cpu.c, new-exceptions/cpu_asm.S: Never
|
||||||
allow the FPU to be switched on for integer-only tasks
|
allow the FPU to be switched on for integer-only tasks
|
||||||
(new gcc may use FP regs implicitely).
|
(new gcc may use FP regs implicitly).
|
||||||
FP context switch may be called from environment with no
|
FP context switch may be called from environment with no
|
||||||
FPU available (ISR, int-only task) - switch FPU on
|
FPU available (ISR, int-only task) - switch FPU on
|
||||||
for the switch and restore MSR_FP after it's done.
|
for the switch and restore MSR_FP after it's done.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
2006-06-19 Till Straumann <strauman@slac.stanford.edu>
|
2006-06-19 Till Straumann <strauman@slac.stanford.edu>
|
||||||
|
|
||||||
PR1091/patch
|
PR 1091/patch
|
||||||
* cpu_asm.S: Reduce mask from 0xffc to 0x3fc so only the vector
|
* cpu_asm.S: Reduce mask from 0xffc to 0x3fc so only the vector
|
||||||
bits are used when calculating the exception vector.
|
bits are used when calculating the exception vector.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user