Changeset bfce7d9 in mainline for kernel/arch/ppc32/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/ppc32/src/mm/tlb.c

    rc1b455e rbfce7d9  
    9696                        return NULL;
    9797                case AS_PF_FAULT:
    98                         printf("Page fault.\n");
    9998                        page_table_lock(as, lock);
    10099                        *pfrc = rc;
Note: See TracChangeset for help on using the changeset viewer.