- Timestamp:
- Sep 21, 2018, 10:24:44 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/boot/tsar_mips32/boot.c
r550 r552 865 865 866 866 // switch to the INSTRUCTION local memory space, to avoid contention. 867 asm volatile("mtc2 %0, $25" :: "r"(cxy));867 // asm volatile("mtc2 %0, $25" :: "r"(cxy)); 868 868 869 869 // Copy the arch_info.bin file into the local memory. … … 932 932 // Switch to the INSTRUCTIONS local memory space 933 933 // to avoid contention at the boot cluster. 934 asm volatile("mtc2 %0, $25" :: "r"(cxy));934 // asm volatile("mtc2 %0, $25" :: "r"(cxy)); 935 935 936 936 // Get local boot_info_t structure base address.
Note: See TracChangeset
for help on using the changeset viewer.