CPU: Make the cpuid parameter get set in SE mode as well.

--HG--
extra : convert_revision : bc47206acb683ebaaa31f57af79b4b8db64e4d31
This commit is contained in:
Gabe Black 2007-10-02 18:33:57 -07:00
parent 8ca7feb726
commit 7571e8346d
4 changed files with 4 additions and 5 deletions

View file

@ -89,8 +89,8 @@ O3CheckerParams::create()
params->itb = itb;
params->dtb = dtb;
params->system = system;
#if FULL_SYSTEM
params->cpu_id = cpu_id;
#if FULL_SYSTEM
params->profile = profile;
#else
params->process = workload;

View file

@ -90,8 +90,8 @@ OzoneCheckerParams::create()
params->itb = itb;
params->dtb = dtb;
params->system = system;
#if FULL_SYSTEM
params->cpu_id = cpu_id;
#if FULL_SYSTEM
params->profile = profile;
#else
params->process = workload;

View file

@ -83,8 +83,8 @@ DerivOzoneCPUParams::create()
params->dtb = dtb;
params->system = system;
#if FULL_SYSTEM
params->cpu_id = cpu_id;
#if FULL_SYSTEM
params->profile = profile;
params->do_quiesce = do_quiesce;
params->do_checkpoint_insts = do_checkpoint_insts;

View file

@ -86,9 +86,8 @@ SimpleOzoneCPUParams::create()
params->dtb = dtb;
params->system = system;
#if FULL_SYSTEM
params->cpu_id = cpu_id;
#else
#if !FULL_SYSTEM
params->workload = workload;
// params->pTable = page_table;
#endif // FULL_SYSTEM