Changeset fbf7b4c in mainline for arch/amd64/src/mm/page.c


Ignore:
Timestamp:
2006-06-18T10:52:41Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e600ec4
Parents:
281994b
Message:

make kernel prints case consistent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/amd64/src/mm/page.c

    r281994b rfbf7b4c  
    193193
    194194                print_info_errcode(n, istate);
    195                 printf("Page fault address: %llX\n", page);
     195                printf("Page fault address: %llx\n", page);
    196196                panic("page fault\n");
    197197        }
Note: See TracChangeset for help on using the changeset viewer.