Review Board 2.0.15


config: separate function for instantiating a memory controller

Review Request #2417 - Created Sept. 24, 2014 and submitted - Latest diff uploaded

Information
Nilay Vaish
gem5
default
Reviewers
Default
Changeset 10418:b7eaaa132b0b
---------------------------
config: separate function for instantiating a memory controller
This patch moves code for instantiating a single memory controller from
the function config_mem() to a separate function.  This is being done
so that memory controllers can be instantiated without assuming that
they will be attached to the system in a particular fashion.