Changeset 3222efd in mainline
- Timestamp:
- 2006-06-14T08:00:45Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7257021e
- Parents:
- b45c443
- Location:
- arch
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/include/interrupt.h
rb45c443 r3222efd 27 27 */ 28 28 29 29 /** @addtogroup ia32interrupt 30 30 * @{ 31 31 */ … … 125 125 #endif 126 126 127 127 /** @} 128 128 */ 129 129 -
arch/ia32/src/interrupt.c
rb45c443 r3222efd 27 27 */ 28 28 29 29 /** @addtogroup ia32interrupt ia32 30 30 * @ingroup interrupt 31 31 * @{ … … 207 207 } 208 208 209 210 */ 211 209 /** @} 210 */ 211 -
arch/ia64/src/interrupt.c
rb45c443 r3222efd 28 28 */ 29 29 30 30 /** @addtogroup ia64interrupt ia64 31 31 * @ingroup interrupt 32 32 * @{ … … 281 281 } 282 282 283 284 */ 285 283 /** @} 284 */ 285 -
arch/sparc64/include/trap/exception.h
rb45c443 r3222efd 27 27 */ 28 28 29 /** @addtogroup sparc64 29 /** @addtogroup sparc64interrupt 30 30 * @{ 31 31 */ 32 /** @file 32 /** 33 * @file 33 34 */ 34 35 … … 50 51 #endif 51 52 52 53 /** @} 53 54 */ 54 55 -
arch/sparc64/include/trap/interrupt.h
rb45c443 r3222efd 27 27 */ 28 28 29 /** @addtogroup sparc64 29 /** @addtogroup sparc64interrupt 30 30 * @{ 31 31 */ 32 /** @file 33 */ 34 35 /** 36 * This file contains interrupt vector trap handler. 32 /** 33 * @file 34 * @brief This file contains interrupt vector trap handler. 37 35 */ 38 36 … … 79 77 #endif 80 78 81 79 /** @} 82 80 */ 83 81 -
arch/sparc64/include/trap/mmu.h
rb45c443 r3222efd 27 27 */ 28 28 29 /** @addtogroup sparc64 29 /** @addtogroup sparc64interrupt 30 30 * @{ 31 31 */ 32 /** @file33 */34 35 32 /** 36 * This file contains fast MMU trap handlers. 33 * @file 34 * @brief This file contains fast MMU trap handlers. 37 35 */ 38 36 … … 76 74 #endif 77 75 78 76 /** @} 79 77 */ 80 -
arch/sparc64/include/trap/regwin.h
rb45c443 r3222efd 27 27 */ 28 28 29 /** @addtogroup sparc64 29 /** @addtogroup sparc64interrupt 30 30 * @{ 31 31 */ 32 /** @file33 */34 35 32 /** 36 * This file contains register window trap handlers. 33 * @file 34 * @brief This file contains register window trap handlers. 37 35 */ 38 36 … … 139 137 #endif 140 138 141 139 /** @} 142 140 */ 143 141 -
arch/sparc64/include/trap/trap.h
rb45c443 r3222efd 27 27 */ 28 28 29 /** @addtogroup sparc64 29 /** @addtogroup sparc64interrupt 30 30 * @{ 31 31 */ … … 50 50 #endif 51 51 52 52 /** @} 53 53 */ 54 54 -
arch/sparc64/include/trap/trap_table.h
rb45c443 r3222efd 27 27 */ 28 28 29 /** @addtogroup sparc64 29 /** @addtogroup sparc64interrupt 30 30 * @{ 31 31 */ … … 98 98 #endif 99 99 100 100 /** @} 101 101 */ 102 102 -
arch/sparc64/src/trap/exception.c
rb45c443 r3222efd 27 27 */ 28 28 29 /** @addtogroup sparc64 29 /** @addtogroup sparc64interrupt 30 30 * @{ 31 31 */ 32 32 /** @file 33 * 33 34 */ 34 35 … … 61 62 } 62 63 63 64 /** @} 64 65 */ 65 66 -
arch/sparc64/src/trap/interrupt.c
rb45c443 r3222efd 27 27 */ 28 28 29 /** @addtogroup sparc64 29 /** @addtogroup sparc64interrupt sparc64 30 * @ingroup interrupt 30 31 * @{ 31 32 */ 32 33 /** @file 34 * 33 35 */ 34 36 … … 59 61 } 60 62 61 63 /** @} 62 64 */ 63 65 -
arch/sparc64/src/trap/trap.c
rb45c443 r3222efd 27 27 */ 28 28 29 /** @addtogroup sparc64 29 /** @addtogroup sparc64interrupt 30 30 * @{ 31 31 */ 32 32 /** @file 33 * 33 34 */ 34 35 … … 51 52 } 52 53 53 54 /** @} 54 55 */ 55 56
Note:
See TracChangeset
for help on using the changeset viewer.