Fix formatting.

This commit is contained in:
Joel Sherrill
2006-06-21 13:52:18 +00:00
parent cdd156435d
commit e5f55a1008
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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