From 7fa919fc75cce8e0422931d64d37cfc231b87923 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 8 Sep 2008 15:19:16 +0000 Subject: 2008-09-08 Joel Sherrill * rtems/score/cpu.h: Remove extraneous spaces. --- cpukit/score/cpu/h8300/ChangeLog | 4 ++++ cpukit/score/cpu/h8300/rtems/score/cpu.h | 2 +- cpukit/score/cpu/i386/ChangeLog | 4 ++++ cpukit/score/cpu/i386/rtems/score/cpu.h | 2 +- cpukit/score/cpu/nios2/ChangeLog | 4 ++++ cpukit/score/cpu/nios2/rtems/score/cpu.h | 2 +- 6 files changed, 15 insertions(+), 3 deletions(-) (limited to 'cpukit') diff --git a/cpukit/score/cpu/h8300/ChangeLog b/cpukit/score/cpu/h8300/ChangeLog index 4177d26e4e..2329e85499 100644 --- a/cpukit/score/cpu/h8300/ChangeLog +++ b/cpukit/score/cpu/h8300/ChangeLog @@ -1,3 +1,7 @@ +2008-09-08 Joel Sherrill + + * rtems/score/cpu.h: Remove extraneous spaces. + 2008-08-21 Ralf Corsépius * rtems/score/types.h: Include stdbool.h. diff --git a/cpukit/score/cpu/h8300/rtems/score/cpu.h b/cpukit/score/cpu/h8300/rtems/score/cpu.h index bf7a5e9f27..5eb1b8af9d 100644 --- a/cpukit/score/cpu/h8300/rtems/score/cpu.h +++ b/cpukit/score/cpu/h8300/rtems/score/cpu.h @@ -777,7 +777,7 @@ uint32_t _CPU_ISR_Get_level( void ); if ( (_isr) ) (_the_context)->ccr = CPU_CCR_INTERRUPTS_OFF; \ else (_the_context)->ccr = CPU_CCR_INTERRUPTS_ON; \ \ - _stack = ((uint32_t )(_stack_base)) + (_size) - 4; \ + _stack = ((uint32_t)(_stack_base)) + (_size) - 4; \ *((proc_ptr *)(_stack)) = (_entry_point); \ (_the_context)->er7 = (void *) _stack; \ (_the_context)->er6 = (void *) _stack; \ diff --git a/cpukit/score/cpu/i386/ChangeLog b/cpukit/score/cpu/i386/ChangeLog index be3356feb1..57b96a1f60 100644 --- a/cpukit/score/cpu/i386/ChangeLog +++ b/cpukit/score/cpu/i386/ChangeLog @@ -1,3 +1,7 @@ +2008-09-08 Joel Sherrill + + * rtems/score/cpu.h: Remove extraneous spaces. + 2008-09-05 Ralf Corsépius * cpu.c: Stop using old-style defs. diff --git a/cpukit/score/cpu/i386/rtems/score/cpu.h b/cpukit/score/cpu/i386/rtems/score/cpu.h index d95056064f..b715316d45 100644 --- a/cpukit/score/cpu/i386/rtems/score/cpu.h +++ b/cpukit/score/cpu/i386/rtems/score/cpu.h @@ -300,7 +300,7 @@ uint32_t _CPU_ISR_Get_level( void ); if ( (_isr) ) (_the_context)->eflags = CPU_EFLAGS_INTERRUPTS_OFF; \ else (_the_context)->eflags = CPU_EFLAGS_INTERRUPTS_ON; \ \ - _stack = ((uint32_t )(_stack_base)) + (_size) - 4; \ + _stack = ((uint32_t)(_stack_base)) + (_size) - 4; \ \ *((proc_ptr *)(_stack)) = (_entry_point); \ (_the_context)->ebp = (void *) _stack; \ diff --git a/cpukit/score/cpu/nios2/ChangeLog b/cpukit/score/cpu/nios2/ChangeLog index 5011ef3afe..9d040aed41 100644 --- a/cpukit/score/cpu/nios2/ChangeLog +++ b/cpukit/score/cpu/nios2/ChangeLog @@ -1,3 +1,7 @@ +2008-09-08 Joel Sherrill + + * rtems/score/cpu.h: Remove extraneous spaces. + 2008-08-21 Ralf Corsépius * rtems/score/types.h: Include stdbool.h. diff --git a/cpukit/score/cpu/nios2/rtems/score/cpu.h b/cpukit/score/cpu/nios2/rtems/score/cpu.h index 6a7d8ac29e..0bfbd430df 100644 --- a/cpukit/score/cpu/nios2/rtems/score/cpu.h +++ b/cpukit/score/cpu/nios2/rtems/score/cpu.h @@ -899,7 +899,7 @@ uint32_t _CPU_ISR_Get_level( void ); _isr, _entry_point, _is_fp ) \ do { \ extern char _gp[]; \ - uint32_t _stack = (uint32_t )(_stack_base) + (_size) - 4; \ + uint32_t _stack = (uint32_t)(_stack_base) + (_size) - 4; \ (_the_context)->gp = (void *)_gp; \ (_the_context)->fp = (void *)_stack; \ (_the_context)->sp = (void *)_stack; \ -- cgit v1.2.3