Changeset bfce7d9 in mainline for kernel/arch/mips32/src/mm/tlb.c


Ignore:
Timestamp:
2008-11-13T12:39:28Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4ad8f19
Parents:
c1b455e
Message:

Do not print "Page fault.\n" if a mapping is not found during TLB refill.

File:
1 edited

Legend:

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

    rc1b455e rbfce7d9  
    430430                case AS_PF_FAULT:
    431431                        page_table_lock(AS, true);
    432                         printf("Page fault.\n");
    433432                        *pfrc = AS_PF_FAULT;
    434433                        return NULL;
Note: See TracChangeset for help on using the changeset viewer.