Enable MP systems via cmd-line flag in fs.py.
authorSteve Reinhardt <stever@eecs.umich.edu>
Wed, 18 Oct 2006 04:15:11 +0000 (21:15 -0700)
committerSteve Reinhardt <stever@eecs.umich.edu>
Wed, 18 Oct 2006 04:15:11 +0000 (21:15 -0700)
commit05c487ef3ce6eb015bc8716df7e9caeedfe520da
treec07416ce66140f08c2e250e640b49cd3d89a6660
parente51b075a2706180bdc262cbcbdd5bafe5896ba12
Enable MP systems via cmd-line flag in fs.py.

configs/example/fs.py:
    Add flag for MP server systems.
src/python/m5/objects/AlphaConsole.py:
src/python/m5/objects/IntrControl.py:
    Change CPU from 'any' to 'cpu[0]' to work better with MP sytems.
tests/configs/tsunami-simple-atomic-dual.py:
tests/configs/tsunami-simple-timing-dual.py:
    Don't need to set console & intrcontrol cpu
    params anymore (default is fixed now).

--HG--
extra : convert_revision : 9417b12b1b395ff7d6a9f2894e4123923c754daf
configs/example/fs.py
src/python/m5/objects/AlphaConsole.py
src/python/m5/objects/IntrControl.py
tests/configs/tsunami-simple-atomic-dual.py
tests/configs/tsunami-simple-timing-dual.py