Slawomir Mrozowicz d52b5e735a examples/qos_sched: fix lcore limit
In expression 1ULL << i, left shifting by more than 63 bits
has undefined behavior. The shift amount, i, is as much as 127.

Coverity issue: 30690
Fixes: de3cfa2c9823 ("sched: initial import")

Signed-off-by: Slawomir Mrozowicz <slawomirx.mrozowicz@intel.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
2016-05-16 18:49:12 +02:00
..
2015-06-12 11:10:10 +02:00
2016-05-16 18:49:12 +02:00
2014-06-11 00:29:34 +02:00
2015-06-15 11:18:25 +02:00
2015-06-12 11:10:10 +02:00
2016-05-16 18:49:12 +02:00
2014-08-28 17:04:01 +02:00
2014-06-11 00:29:34 +02:00
2015-06-12 11:10:10 +02:00