mem-cache: Add multiple eviction stats
[gem5.git] / src / arch / arm / ArmSystem.py
index 5629ab5114372fe81995d56731675db5ba34a265..0e642153b6b905869b89dadc84374459cd33a95e 100644 (file)
@@ -93,10 +93,6 @@ class ArmSystem(System):
     semihosting = Param.ArmSemihosting(NULL,
         "Enable support for the Arm semihosting by settings this parameter")
 
-    m5ops_base = Param.Addr(0,
-        "Base of the 64KiB PA range used for memory-mapped m5ops. Set to 0 "
-        "to disable.")
-
     dtb_filename = Param.String("",
         "File that contains the Device Tree Blob. Don't use DTB if empty.")