changeset 54d3ef2009a2 in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=54d3ef2009a2
description:
        config: remove unecessary assignment of etherlink interfaces

        in makeDualRoot() the etherlink interfaces are set using the tsunami 
interface
        however, they are set again a few lines later based on whether or not 
the system
        is a realview or tsunami system; the original assignment is always 
overwritten
        or there will be a fatal. this seems like an artifact from when tsunami 
was the
        only type of system capable of running with the dual option.

diffstat:

 configs/common/FSConfig.py |  2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r 34f48d0dac97 -r 54d3ef2009a2 configs/common/FSConfig.py
--- a/configs/common/FSConfig.py        Mon May 12 14:23:31 2014 -0700
+++ b/configs/common/FSConfig.py        Thu May 15 13:26:31 2014 -0400
@@ -535,8 +535,6 @@
     self.testsys = testSystem
     self.drivesys = driveSystem
     self.etherlink = EtherLink()
-    self.etherlink.int0 = Parent.testsys.tsunami.ethernet.interface
-    self.etherlink.int1 = Parent.drivesys.tsunami.ethernet.interface
 
     if hasattr(testSystem, 'realview'):
         self.etherlink.int0 = Parent.testsys.realview.ethernet.interface
_______________________________________________
gem5-dev mailing list
gem5-dev@gem5.org
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to