Changeset 401 for trunk/tools


Ignore:
Timestamp:
Aug 17, 2017, 3:02:18 PM (7 years ago)
Author:
alain
Message:

Few bugs in VMM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/bootloader_tsar/boot.c

    r337 r401  
    824824
    825825// display address extensions
    826 uint32_t cp2_data_ext;
    827 uint32_t cp2_ins_ext;
    828 asm volatile( "mfc2   %0,  $24" : "=&r" (cp2_data_ext) );
    829 asm volatile( "mfc2   %0,  $25" : "=&r" (cp2_ins_ext) );
    830 boot_printf("\n[BOOT] core[%x,%d] CP2_DATA_EXT = %x / CP2_INS_EXT = %x\n",
    831             cxy , lid , cp2_data_ext , cp2_ins_ext );
     826// uint32_t cp2_data_ext;
     827// uint32_t cp2_ins_ext;
     828// asm volatile( "mfc2   %0,  $24" : "=&r" (cp2_data_ext) );
     829// asm volatile( "mfc2   %0,  $25" : "=&r" (cp2_ins_ext) );
     830// boot_printf("\n[BOOT] core[%x,%d] CP2_DATA_EXT = %x / CP2_INS_EXT = %x\n",
     831// cxy , lid , cp2_data_ext , cp2_ins_ext );
    832832
    833833            // Wait until all local cores in cluster ready
Note: See TracChangeset for help on using the changeset viewer.