misc: Remove unused params() definitions
Lots of times the params() helper has been defined but not used Change-Id: Id71829aca71341d46964d8f071099342b946b62f Signed-off-by: Giacomo Travaglini <giacomo.travaglini@arm.com> Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/41613 Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
@@ -475,7 +475,7 @@ class GicV2 : public BaseGic, public BaseGicRegisters
|
||||
int pendingDelayedInterrupts;
|
||||
|
||||
public:
|
||||
PARAMS(GicV2);
|
||||
using Params = GicV2Params;
|
||||
GicV2(const Params &p);
|
||||
~GicV2();
|
||||
|
||||
|
||||
@@ -356,7 +356,7 @@ class Pl111: public AmbaDmaDevice
|
||||
bool enableCapture;
|
||||
|
||||
public:
|
||||
PARAMS(Pl111);
|
||||
using Params = Pl111Params;
|
||||
Pl111(const Params &p);
|
||||
~Pl111();
|
||||
|
||||
|
||||
@@ -63,7 +63,7 @@ class RealView : public Platform
|
||||
BaseGic *gic;
|
||||
|
||||
public:
|
||||
PARAMS(RealView);
|
||||
using Params = RealViewParams;
|
||||
|
||||
/**
|
||||
* Constructor for the Tsunami Class.
|
||||
|
||||
@@ -97,7 +97,7 @@ class PL031 : public AmbaIntDevice
|
||||
void resyncMatch();
|
||||
|
||||
public:
|
||||
PARAMS(PL031);
|
||||
using Params = PL031Params;
|
||||
|
||||
/**
|
||||
* The constructor for RealView just registers itself with the MMU.
|
||||
|
||||
@@ -149,7 +149,7 @@ class A9GlobalTimer : public BasicPioDevice
|
||||
Timer global_timer;
|
||||
|
||||
public:
|
||||
PARAMS(A9GlobalTimer);
|
||||
using Params = A9GlobalTimerParams;
|
||||
|
||||
/**
|
||||
* The constructor for RealView just registers itself with the MMU.
|
||||
|
||||
@@ -135,7 +135,7 @@ class Sp804 : public AmbaPioDevice
|
||||
Timer timer1;
|
||||
|
||||
public:
|
||||
PARAMS(Sp804);
|
||||
using Params = Sp804Params;
|
||||
|
||||
/**
|
||||
* The constructor for RealView just registers itself with the MMU.
|
||||
|
||||
@@ -186,7 +186,7 @@ class VGic : public PioDevice
|
||||
struct std::array<vcpuIntData, VGIC_CPU_MAX> vcpuData;
|
||||
|
||||
public:
|
||||
PARAMS(VGic);
|
||||
using Params = VGicParams;
|
||||
VGic(const Params &p);
|
||||
~VGic();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user