summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/bfin/rtems/score
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-04-17 19:24:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-04-17 19:24:16 +0000
commitdace69bfc49b217fa80783e0e9092851622b03d7 (patch)
tree6bce6607917274ed0ed57274f396b0e4956bdc50 /cpukit/score/cpu/bfin/rtems/score
parent2010-04-17 Mike Frysinger <vapier.adi@gmail.com> (diff)
downloadrtems-dace69bfc49b217fa80783e0e9092851622b03d7.tar.bz2
2010-04-17 Allan Hessenflow <allanh@kallisti.com>
* cpu.c, cpu_asm.S, rtems/score/cpu.h: Fine tune registers saved in the context. The sp and imask registers need to be saved. Also allocated 12 bytes on the stack at thread entry as the abi requires that.
Diffstat (limited to 'cpukit/score/cpu/bfin/rtems/score')
-rw-r--r--cpukit/score/cpu/bfin/rtems/score/cpu.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/cpukit/score/cpu/bfin/rtems/score/cpu.h b/cpukit/score/cpu/bfin/rtems/score/cpu.h
index 8cb689db3e..f64b8e50ce 100644
--- a/cpukit/score/cpu/bfin/rtems/score/cpu.h
+++ b/cpukit/score/cpu/bfin/rtems/score/cpu.h
@@ -481,11 +481,6 @@ typedef struct {
uint32_t register_fp;
uint32_t register_sp;
- uint32_t register_l0;
- uint32_t register_l1;
- uint32_t register_l2;
- uint32_t register_l3;
-
uint32_t register_rets;
uint32_t imask;