Ignore:
Timestamp:
2009-11-03T19:53:19Z (14 years ago)
Author:
Pavel Rimsky <pavel@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b4655da
Parents:
f238e86
Message:

Output in kernel now possible, init phase passes to cpu_init.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/src/mm/sun4v/tlb.c

    rf238e86 r66e08d02  
    7575         * Invalidate all non-locked DTLB and ITLB entries.
    7676         */
    77         tlb_invalidate_all();
     77        //MH
     78        //tlb_invalidate_all();
    7879
    7980        /*
    8081         * Clear both SFSRs.
    8182         */
    82         dtlb_sfsr_write(0);
    83         itlb_sfsr_write(0);
     83        //MH
     84        //dtlb_sfsr_write(0);
     85        //itlb_sfsr_write(0);
    8486}
    8587
Note: See TracChangeset for help on using the changeset viewer.