Mercurial > ecos
changeset 2871:73f2982fdf46
Fix a couple of typos
| author | bartv |
|---|---|
| date | Tue, 21 Apr 2009 16:05:43 +0000 |
| parents | e0f9e9ff3920 |
| children | 5ae4b05913c1 |
| files | packages/hal/m68k/mcf52xx/var/current/ChangeLog packages/hal/m68k/mcf52xx/var/current/include/var_intr.h |
| diffstat | 2 files changed, 6 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/hal/m68k/mcf52xx/var/current/ChangeLog +++ b/packages/hal/m68k/mcf52xx/var/current/ChangeLog @@ -1,3 +1,7 @@ +2009-04-21 Bart Veer <bartv@ecoscentric.com> + + * include/var_intr.h: fix a couple of typos + 2009-02-09 Bart Veer <bartv@ecoscentric.com> * include/var_io.h (HAL_MCFxxxx_SDRAMC_DACRx_CBM_xx): fix
--- a/packages/hal/m68k/mcf52xx/var/current/include/var_intr.h +++ b/packages/hal/m68k/mcf52xx/var/current/include/var_intr.h @@ -90,8 +90,7 @@ // the bottom half of INTC0 is of interest, or interrupts 96-127 if // only the bottom half of INTC1 is of interest. // -// Some newer ColdFire registers have additional set/clear mask -// registers. +// Some newer ColdFires have additional set/clear mask registers. # ifdef HAL_MCFxxxx_INTCx_SIMR # if (1 == HAL_MCFxxxx_HAS_MCF5282_INTC) @@ -138,7 +137,7 @@ if ( (CYGNUM_HAL_ISR_MAX < 32) || (_shift_ < 32)) { \ _reg_ = HAL_MCFxxxx_INTC0_BASE + HAL_MCFxxxx_INTCx_IMRL; \ } else if ((CYGNUM_HAL_ISR_MAX < 64) || (_shift_ < 64)) { \ - _reg_ = HAL_MCFxxxx_INTC0_BASE + HAL_MCFx2xx_INTCx_IMRH; \ + _reg_ = HAL_MCFxxxx_INTC0_BASE + HAL_MCFxxxx_INTCx_IMRH; \ _shift_ -= 32; \ } else if ((CYGNUM_HAL_ISR_MAX < 96) || (_shift_ < 96)) { \ _reg_ = HAL_MCFxxxx_INTC1_BASE + HAL_MCFxxxx_INTCx_IMRL; \
