Mao Han 3a09d8e289 csky: Fixup csky_pmu.max_period assignment
The csky_pmu.max_period has type u64, and BIT() can only return
32 bits unsigned long on C-SKY. The initialization for max_period
will be incorrect when count_width is bigger than 32.

Use BIT_ULL()

Signed-off-by: Mao Han <han_mao@c-sky.com>
Signed-off-by: Guo Ren <ren_guo@c-sky.com>
2019-09-30 10:26:33 +08:00
..
2019-07-23 10:13:24 -07:00
2019-07-28 10:00:06 -07:00
2019-07-17 09:36:38 -07:00
2019-07-11 10:09:44 -07:00
2019-07-12 15:38:05 -07:00
2019-07-28 10:00:06 -07:00
2019-07-28 10:00:06 -07:00
2019-07-28 10:00:06 -07:00
2019-07-12 16:06:27 -07:00
2019-07-28 10:00:06 -07:00