Changeset 1bb2e7a in mainline for arch/mips32
- Timestamp:
- 2006-06-18T00:44:44Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cf84d72a
- Parents:
- 10e0cee
- Location:
- arch/mips32
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/include/cp0.h
r10e0cee r1bb2e7a 27 27 */ 28 28 29 /** @addtogroup mips32cpu 29 /** @addtogroup mips32 30 30 * @{ 31 31 */ … … 120 120 #endif 121 121 122 122 /** @} 123 123 */ 124 -
arch/mips32/include/cpu.h
r10e0cee r1bb2e7a 27 27 */ 28 28 29 /** @addtogroup mips32cpu 29 /** @addtogroup mips32 30 30 * @{ 31 31 */ … … 45 45 #endif 46 46 47 47 /** @} 48 48 */ 49 -
arch/mips32/src/cpu/cpu.c
r10e0cee r1bb2e7a 27 27 */ 28 28 29 /** @addtogroup mips32cpu 29 /** @addtogroup mips32 30 30 * @{ 31 31 */ … … 135 135 } 136 136 137 137 /** @} 138 138 */ 139
Note:
See TracChangeset
for help on using the changeset viewer.