Yet another merge with the main repository.
[gem5.git] / src / cpu / inorder / params.hh
index 51b7409adf9cd0f3c36d842b16dd87ad51ab265f..44f2a5018fea07ed01c42816a740aff28e9790b3 100644 (file)
@@ -50,10 +50,8 @@ class InOrderParams : public BaseCPU::Params
   public:
 
     // Workloads
-#if !FULL_SYSTEM
     std::vector<Process *> workload;
     Process *process;
-#endif // FULL_SYSTEM
 
     //
     // Memory System/Caches