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


Ignore:
Timestamp:
2006-02-02T21:16:08Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
14e5d88
Parents:
bc504ef2
Message:

Add PAGE_WIDTH to aid divisions by PAGE_SIZE.

File:
1 edited

Legend:

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

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