diff options
author | Ralf Corsepius <ralf.corsepius@rtems.org> | 2006-09-13 11:22:13 +0000 |
---|---|---|
committer | Ralf Corsepius <ralf.corsepius@rtems.org> | 2006-09-13 11:22:13 +0000 |
commit | 7323ad0b98e5b47582ccd07804e2d816bac98c7b (patch) | |
tree | f9e80974dcaecb7c563bce1625d22c0d31ada3c7 /c | |
parent | 2006-09-13 Ralf Corsepius <ralf.corsepius@rtems.org> (diff) | |
download | rtems-7323ad0b98e5b47582ccd07804e2d816bac98c7b.tar.bz2 |
2006-09-13 Ralf Corsépius <ralf.corsepius@rtems.org>
* sh7750/include/rtems/score/sh7750_regs.h: Fix spelling of IPRC
(Probably a cyrillic 'C' instead of an ASCI 'C').
Diffstat (limited to '')
-rw-r--r-- | c/src/lib/libcpu/sh/ChangeLog | 5 | ||||
-rw-r--r-- | c/src/lib/libcpu/sh/sh7750/include/rtems/score/sh7750_regs.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/c/src/lib/libcpu/sh/ChangeLog b/c/src/lib/libcpu/sh/ChangeLog index 8e71d17543..b73dbbeb85 100644 --- a/c/src/lib/libcpu/sh/ChangeLog +++ b/c/src/lib/libcpu/sh/ChangeLog @@ -1,3 +1,8 @@ +2006-09-13 Ralf Corsépius <ralf.corsepius@rtems.org> + + * sh7750/include/rtems/score/sh7750_regs.h: Fix spelling of IPRC + (Probably a cyrillic 'C' instead of an ASCI 'C'). + 2006-05-16 Ralf Corsépius <ralf.corsepius@rtems.org> * configure.ac: Use RTEMS_AMPOLISH3. diff --git a/c/src/lib/libcpu/sh/sh7750/include/rtems/score/sh7750_regs.h b/c/src/lib/libcpu/sh/sh7750/include/rtems/score/sh7750_regs.h index b87cccbc2c..d3ccf75d77 100644 --- a/c/src/lib/libcpu/sh/sh7750/include/rtems/score/sh7750_regs.h +++ b/c/src/lib/libcpu/sh/sh7750/include/rtems/score/sh7750_regs.h @@ -1581,7 +1581,7 @@ #define SH7750_IPRB_SCI1 0x00F0 /* SCI1 interrupt priority */ #define SH7750_IPRB_SCI1_S 4 -/* Interrupt Priority Register ó - IPRó (half) */ +/* Interrupt Priority Register C - IPRC (half) */ #define SH7750_IPRC_REGOFS 0xD00004 /* offset */ #define SH7750_IPRC SH7750_P4_REG32(SH7750_IPRC_REGOFS) #define SH7750_IPRC_A7 SH7750_A7_REG32(SH7750_IPRC_REGOFS) |