rawdev: allow devices to skip extra memory allocation
[dpdk.git] / examples / vm_power_manager / power_manager.h
index 605b3c8..e81a60a 100644 (file)
@@ -32,8 +32,6 @@ core_info_init(void);
 
 #define RTE_LOGTYPE_POWER_MANAGER RTE_LOGTYPE_USER1
 
-/* Maximum number of CPUS to manage */
-#define POWER_MGR_MAX_CPUS 64
 /**
  * Initialize power management.
  * Initializes resources and verifies the number of CPUs on the system.