MIPS specific fixes ... the main thing is that SMT threads get their own stack space...
authorKorey Sewell <ksewell@umich.edu>
Fri, 14 Jul 2006 08:52:08 +0000 (04:52 -0400)
committerKorey Sewell <ksewell@umich.edu>
Fri, 14 Jul 2006 08:52:08 +0000 (04:52 -0400)
commitf1a7e0d3b3dcd04d8bde65ebb7f22b5bc6f98747
tree179a4ac3d903f991125885643d07f2492cf674bf
parentefc06d0545912f4589e86fe32deac98805786ee6
MIPS specific fixes ... the main thing is that SMT threads get their own stack space instead of all stacks start to space

src/arch/mips/isa_traits.hh:
    MaxAddr is defined in config.py now
src/arch/mips/process.cc:
    adjust process so SMT threads get their own stack space
src/arch/mips/process.hh:
    add stack_start static variable

--HG--
extra : convert_revision : 73fdf3da9831d86536651835d209806c7f0d59da
src/arch/mips/isa_traits.hh
src/arch/mips/process.cc
src/arch/mips/process.hh