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


Ignore:
Timestamp:
2006-02-02T16:14:19Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
086d4fd
Parents:
2d43f3e
Message:

Tested basic non-cached slab allocation.

File:
1 edited

Legend:

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

    r2d43f3e rbc504ef2  
    367367         */
    368368        if (!pte) {
    369                 printf("No such mapping.\n");
     369                printf("No such mapping: %P.\n", badvaddr);
    370370                return NULL;
    371371        }
Note: See TracChangeset for help on using the changeset viewer.