From 2cfe62adc4f9206f616669a103133b906f705e8b Mon Sep 17 00:00:00 2001 From: Andreas Sandberg Date: Mon, 7 Jan 2013 13:05:45 -0500 Subject: cpu: Rename defer_registration->switched_out The defer_registration parameter is used to prevent a CPU from initializing at startup, leaving it in the "switched out" mode. The name of this parameter (and the help string) is confusing. This patch renames it to switched_out, which should be more descriptive. --- configs/common/O3_ARM_v7a.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/common/O3_ARM_v7a.py') diff --git a/configs/common/O3_ARM_v7a.py b/configs/common/O3_ARM_v7a.py index 2c640badb..f76128ae6 100644 --- a/configs/common/O3_ARM_v7a.py +++ b/configs/common/O3_ARM_v7a.py @@ -141,7 +141,7 @@ class O3_ARM_v7a_3(DerivO3CPU): numIQEntries = 32 numROBEntries = 40 - defer_registration= False + switched_out = False # Instruction Cache class O3_ARM_v7a_ICache(BaseCache): -- cgit v1.2.3