examples/power: increase max cores to 256
authorDavid Hunt <david.hunt@intel.com>
Fri, 14 Dec 2018 13:31:37 +0000 (13:31 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 19 Dec 2018 21:24:36 +0000 (22:24 +0100)
commit1aaa1b2bd4d38f16568a956d83268748acace0d1
tree8bbd63f747244aa523c00c4b2dbc5dce8150c2f9
parent5776b7a371d1635aea5f15dd5f79fdc0cafdb63d
examples/power: increase max cores to 256

Increase the number of addressable cores from 64 to 256. Also remove the
warning that incresing this number beyond 64 will cause problems (because
of the previous use of uint64_t masks). Now this number can be increased
significantly without causing problems.

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