MEM: Clean-up of Functional/Virtual/TranslatingPort remnants

This patch cleans up forward declarations and a member-function
prototype that still referred to the old FunctionalPort, VirtualPort
and TranslatingPort. There is no change in functionality.
This commit is contained in:
Andreas Hansson 2012-01-30 03:44:25 -05:00
parent ce336fae6a
commit ef9fc01073
8 changed files with 0 additions and 16 deletions

View file

@ -38,7 +38,6 @@
#include "arch/arm/utility.hh"
class ThreadContext;
class FunctionalPort;
namespace ArmISA {
inline Addr PteAddr(Addr a) { return (a & PteMask) << PteShift; }

View file

@ -38,7 +38,6 @@
#include "arch/mips/utility.hh"
class ThreadContext;
class FunctionalPort;
namespace MipsISA {
inline Addr PteAddr(Addr a) { return (a & PteMask) << PteShift; }

View file

@ -40,7 +40,6 @@
#include "arch/power/utility.hh"
class ThreadContext;
class FunctionalPort;
namespace PowerISA {

View file

@ -36,13 +36,9 @@
#include "arch/sparc/pagetable.hh"
class ThreadContext;
class FunctionalPort;
namespace SparcISA {
PageTableEntry
kernel_pte_lookup(FunctionalPort *mem, Addr ptbr, SparcISA::VAddr vaddr);
Addr vtophys(Addr vaddr);
Addr vtophys(ThreadContext *tc, Addr vaddr);

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

@ -58,8 +58,6 @@ class BaseCPU;
class FunctionProfile;
class ProfileNode;
class FunctionalPort;
class PhysicalPort;
namespace TheISA {
namespace Kernel {
@ -71,7 +69,6 @@ namespace TheISA {
#include "mem/page_table.hh"
#include "sim/process.hh"
class TranslatingPort;
#endif // FULL_SYSTEM

View file

@ -42,8 +42,6 @@ class Solaris {};
#include "kern/operatingsystem.hh"
class TranslatingPort;
///
/// This class encapsulates the types, structures, constants,
/// functions, and syscall-number mappings specific to the Solaris