Merge with main repository.

This commit is contained in:
Gabe Black
2012-01-30 21:07:57 -08:00
19 changed files with 13 additions and 33 deletions

View File

@@ -44,8 +44,6 @@ namespace Kernel {
class Statistics;
};
class TranslatingPort;
/**
* Derived ThreadContext class for use with the InOrderCPU. It
* provides the interface for any external objects to access a

View File

@@ -40,8 +40,6 @@ namespace Kernel {
class Statistics;
};
class TranslatingPort;
/**
* Derived ThreadContext class for use with the O3CPU. It
* provides the interface for any external objects to access a

View File

@@ -57,8 +57,6 @@ class BaseCPU;
class FunctionProfile;
class ProfileNode;
class PhysicalPort;
class TranslatingPort;
namespace TheISA {
namespace Kernel {