Changeset 578 for trunk/boot


Ignore:
Timestamp:
Oct 6, 2018, 12:55:16 PM (6 years ago)
Author:
alain
Message:

remove params-hard-simu.mk and params-hard-real.mk files from svn.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/boot/tsar_mips32/boot.c

    r572 r578  
    944944        // Switch to the INSTRUCTIONS local memory space
    945945        // to avoid contention at the boot cluster.
    946         // asm volatile("mtc2  %0, $25" :: "r"(cxy));
     946        asm volatile("mtc2  %0, $25" :: "r"(cxy));
    947947
    948948        // Get local boot_info_t structure base address.
Note: See TracChangeset for help on using the changeset viewer.