examples/power: remove mask functions
authorDavid Hunt <david.hunt@intel.com>
Fri, 14 Dec 2018 13:31:35 +0000 (13:31 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 19 Dec 2018 21:24:33 +0000 (22:24 +0100)
commitb6b22982f58da6d711a3958979cda702d8fb10f2
tree04dc52053ba5768da537a859fa117718ff7b79c4
parentfd73630e95c1e4c0e258217c009bbceba0b7a250
examples/power: remove mask functions

Since we're moving to allowing greater than 64 cores, the mask functions
that use uint64_t to perform functions on a masked set of cores are no
longer needed, so removing them.

Signed-off-by: David Hunt <david.hunt@intel.com>
Reviewed-by: Anatoly Burakov <anatoly.burakov@intel.com>
examples/vm_power_manager/channel_monitor.c
examples/vm_power_manager/power_manager.c
examples/vm_power_manager/vm_power_cli.c