Changeset c23baab in mainline for kernel/arch/sparc64/src/mm/tlb.c


Ignore:
Timestamp:
2006-09-29T10:18:35Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
398e7688
Parents:
00b38a3
Message:

Small fixes.
The sparc64 kernel now compiles again even if not compiled with SMP support.

File:
1 edited

Legend:

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

    r00b38a3 rc23baab  
    7272{
    7373        /*
    74          * TLBs are actually initialized early
    75          * in start.S.
     74         * Invalidate all non-locked DTLB and ITLB entries.
    7675         */
     76        tlb_invalidate_all();
    7777}
    7878
Note: See TracChangeset for help on using the changeset viewer.