X86, Config: Move the setting of work count options to a separate function.
authorGabe Black <gblack@eecs.umich.edu>
Mon, 7 Feb 2011 09:22:15 +0000 (01:22 -0800)
committerGabe Black <gblack@eecs.umich.edu>
Mon, 7 Feb 2011 09:22:15 +0000 (01:22 -0800)
commitf8fc0419c5b1f4e20fd6886ca44626a2ca264fae
tree942490dffcf24d36d15e8fe2d978e7ec01080cb3
parent0c4b816d84541f832530d8a68aa51832d2a1b73f
X86, Config: Move the setting of work count options to a separate function.

This way things that don't care about work count options and/or aren't called
by something that has those command line options set up doesn't have to build
a fake object to carry in inert values.
configs/common/FSConfig.py
configs/example/fs.py
configs/example/ruby_fs.py