Mercurial > ecos
comparison packages/hal/mips/arch/current/include/hal_intr.h @ 60:3836136e7743 ecos-sw-1999-12-17
Merge from eCos master repository on 1999-12-17-19:44:58-GMT
| author | jlarmour |
|---|---|
| date | Fri, 17 Dec 1999 20:15:45 +0000 |
| parents | 7253dcc42a09 |
| children | c38311975d4f |
comparison
equal
deleted
inserted
replaced
| 59:19ba0f558903 | 60:3836136e7743 |
|---|---|
| 120 #define CYGNUM_HAL_EXCEPTION_COPROCESSOR CYGNUM_HAL_VECTOR_COPROCESSOR | 120 #define CYGNUM_HAL_EXCEPTION_COPROCESSOR CYGNUM_HAL_VECTOR_COPROCESSOR |
| 121 #define CYGNUM_HAL_EXCEPTION_OVERFLOW CYGNUM_HAL_VECTOR_OVERFLOW | 121 #define CYGNUM_HAL_EXCEPTION_OVERFLOW CYGNUM_HAL_VECTOR_OVERFLOW |
| 122 | 122 |
| 123 // Min/Max exception numbers and how many there are | 123 // Min/Max exception numbers and how many there are |
| 124 #define CYGNUM_HAL_EXCEPTION_MIN 1 | 124 #define CYGNUM_HAL_EXCEPTION_MIN 1 |
| 125 #define CYGNUM_HAL_EXCEPTION_MAX 13 | 125 #define CYGNUM_HAL_EXCEPTION_MAX CYGNUM_HAL_VSR_MAX |
| 126 #define CYGNUM_HAL_EXCEPTION_COUNT 13 | 126 #define CYGNUM_HAL_EXCEPTION_COUNT CYGNUM_HAL_VSR_MAX |
| 127 | 127 |
| 128 | 128 |
| 129 #ifndef CYGHWR_HAL_INTERRUPT_VECTORS_DEFINED | 129 #ifndef CYGHWR_HAL_INTERRUPT_VECTORS_DEFINED |
| 130 | 130 |
| 131 // the default for all MIPS variants is to use the 6 bits | 131 // the default for all MIPS variants is to use the 6 bits |
