Changeset 37e518b in mainline
- Timestamp:
- 2008-11-13T10:37:18Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c1b455e
- Parents:
- 1025d28
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/src/mm/tlb.c
r1025d28 r37e518b 96 96 return NULL; 97 97 case AS_PF_FAULT: 98 printf("Page fault.\n"); 98 99 page_table_lock(as, lock); 99 printf("Page fault.\n");100 100 *pfrc = rc; 101 101 return NULL;
Note:
See TracChangeset
for help on using the changeset viewer.