Changeset 12bcae0 in mainline
- Timestamp:
- 2011-08-05T15:24:52Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a8bb38c
- Parents:
- 3fab770
- Location:
- boot/arch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/mips32/src/asm.S
r3fab770 r12bcae0 44 44 * Setup the CP0 configuration 45 45 * - Disable 64-bit kernel addressing mode 46 * - D Isable 64-bit supervisor adressing mode46 * - Disable 64-bit supervisor adressing mode 47 47 * - Disable 64-bit user addressing mode 48 48 */ -
boot/arch/mips64/src/asm.S
r3fab770 r12bcae0 47 47 * - Enable 64-bit user addressing mode 48 48 */ 49 dmfc0 $a0, $status49 mfc0 $a0, $status 50 50 ori $a0, 0x00e0 51 dmtc0 $a0, $status51 mtc0 $a0, $status 52 52 53 53 /*
Note:
See TracChangeset
for help on using the changeset viewer.