Changeset 4ad8f19 in mainline


Ignore:
Timestamp:
2008-11-13T12:47:55Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
26fa0f9f
Parents:
bfce7d9
Message:

Remove one more occurrence of "Page fault.\n".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ppc64/src/mm/page.c

    rbfce7d9 r4ad8f19  
    104104                        case AS_PF_FAULT:
    105105                                page_table_lock(as, lock);
    106                                 printf("Page fault.\n");
    107106                                *pfrc = rc;
    108107                                return NULL;
Note: See TracChangeset for help on using the changeset viewer.