Changeset 578 for trunk/boot/tsar_mips32/boot.c
- Timestamp:
- Oct 6, 2018, 12:55:16 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/boot/tsar_mips32/boot.c
r572 r578 944 944 // Switch to the INSTRUCTIONS local memory space 945 945 // to avoid contention at the boot cluster. 946 //asm volatile("mtc2 %0, $25" :: "r"(cxy));946 asm volatile("mtc2 %0, $25" :: "r"(cxy)); 947 947 948 948 // Get local boot_info_t structure base address.
Note: See TracChangeset
for help on using the changeset viewer.