diff packages/hal/sh/arch/current/src/vectors.S @ 80:2085233a121a ecos-sw-2000-04-07

Merge from eCos master repository on 2000-04-07-07:52:29-BST
author jlarmour
date Fri, 07 Apr 2000 07:45:04 +0000
parents 435cced73e2f
children 6736c52df507
line wrap: on
line diff
--- a/packages/hal/sh/arch/current/src/vectors.S
+++ b/packages/hal/sh/arch/current/src/vectors.S
@@ -675,7 +675,7 @@ 2:
 
 #ifdef CYGSEM_HAL_COMMON_INTERRUPTS_ALLOW_NESTING
 
-#ifdef CYGPKG_HAL_SH_EDK7708
+#if defined(CYGPKG_HAL_SH_7708) || defined(CYGPKG_HAL_SH_7709A)
         # The interrupt mask bits in the SR are not updated by the
         # CPU. Proper nested operation requires the level to be
         # found and put in the SR.
@@ -964,11 +964,11 @@ 2:
 
         # The rest of the table consists of programmable levels, maintained
         # by the HAL_INTERRUPT_SET_LEVEL macro.
-#ifdef CYGPKG_HAL_SH_EDK7708
+#if defined(CYGPKG_HAL_SH_7708) || defined(CYGPKG_HAL_SH_7709A)
         .rept   (CYGNUM_HAL_ISR_MAX-CYGNUM_HAL_INTERRUPT_RESERVED_3E0)
         .byte   0xf
         .endr
-#endif // CYGPKG_HAL_SH_EDK7708
+#endif // CYGPKG_HAL_SH_7708 || CYGPKG_HAL_SH_7709A
 #endif // CYGSEM_HAL_COMMON_INTERRUPTS_ALLOW_NESTING
 
 #---------------------------------------------------------------------------