From 5299c75e62832aab2e200b22c73865ed9c51b335 Mon Sep 17 00:00:00 2001 From: Chander Sudanthi Date: Fri, 13 May 2011 17:27:00 -0500 Subject: ARM: Better RealView/Versatile EB platform support. Add registers and components to better support the VersatileEB board. Made the MIDR and SYS_ID register parameters to ArmSystem and RealviewCtrl respectively. --- src/arch/arm/tlb.hh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/arch/arm/tlb.hh') diff --git a/src/arch/arm/tlb.hh b/src/arch/arm/tlb.hh index 269128c2a..bf6ae22f8 100644 --- a/src/arch/arm/tlb.hh +++ b/src/arch/arm/tlb.hh @@ -236,6 +236,11 @@ protected: miscRegValid = true; } public: + const Params * + params() const + { + return dynamic_cast(_params); + } inline void invalidateMiscReg() { miscRegValid = false; } }; -- cgit v1.2.3