Tweak a few things for better page fault debugging.
authorSteve Reinhardt <stever@eecs.umich.edu>
Sat, 21 Oct 2006 09:28:05 +0000 (05:28 -0400)
committerSteve Reinhardt <stever@eecs.umich.edu>
Sat, 21 Oct 2006 09:28:05 +0000 (05:28 -0400)
commit3ac1ca8ff690316ac39db14ab9eb1e799f43c0c9
tree1a1a2ff7be36ae8f90918b2628fcdf118342d68e
parent0e121bc14f390089d21ca516084d449a1a42ee54
Tweak a few things for better page fault debugging.

src/sim/faults.cc:
    Fix fault message.
src/kern/tru64/tru64.hh:
    Add DPRINTF to see where new thread stacks are allocated.
src/arch/alpha/faults.cc:
    Add print statement so we know what the faulting address is in SE mode.

--HG--
extra : convert_revision : 6eb2b513c339496a0d013b7e914953a0a066c12d
src/arch/alpha/faults.cc
src/kern/tru64/tru64.hh
src/sim/faults.cc