Ruby: Make DataBlock.hh independent of RubySystem

This patch changes DataBlock.hh so that it is not dependent on RubySystem.
This dependence seems unecessary. All those functions that depende on
RubySystem have been moved to DataBlock.cc file.
This commit is contained in:
Nilay Vaish
2011-02-25 17:51:02 -06:00
parent a10685ad1e
commit 80b3886475
3 changed files with 57 additions and 56 deletions

View File

@@ -37,7 +37,6 @@
#include "cpu/testers/rubytest/CheckTable.hh"
#include "mem/mem_object.hh"
#include "mem/packet.hh"
#include "mem/ruby/common/DataBlock.hh"
#include "mem/ruby/common/Global.hh"
#include "mem/ruby/common/SubBlock.hh"
#include "mem/ruby/system/RubyPort.hh"