add syscall emulation page table fault so we can allocate more stack pages
authorAli Saidi <saidi@eecs.umich.edu>
Mon, 26 Jun 2006 20:49:05 +0000 (16:49 -0400)
committerAli Saidi <saidi@eecs.umich.edu>
Mon, 26 Jun 2006 20:49:05 +0000 (16:49 -0400)
commitc4be6f1e64a7bdd0c5057e2ab3f6a117444bc8ea
treebda9a1246d36fed3c8c9f23bf7d9f70b0af01bbb
parentdeaf940946a7381d6f77dd8732951ff5ba0d1e8c
add syscall emulation page table fault so we can allocate more stack pages

src/cpu/simple/base.cc:
    add syscall emulation page table fault so we can allocate more stack pages
    FaultBase::invoke will do this, we don't need to do it here
src/sim/faults.hh:
    I have no idea why this #if was there... gone
src/sim/process.cc:
    make stack_min actually be the current minimum

--HG--
extra : convert_revision : 9786b39f2747b94654a5d77c74243cd20503add4
src/arch/alpha/faults.cc
src/arch/alpha/faults.hh
src/arch/mips/faults.cc
src/arch/mips/faults.hh
src/arch/sparc/faults.cc
src/arch/sparc/faults.hh
src/cpu/simple/base.cc
src/mem/page_table.cc
src/sim/faults.hh
src/sim/process.cc