Gustavo A. R. Silva b52f451105 ACPI / CPPC: Use 64-bit arithmetic instead of 32-bit
Add suffix ULL to constant 500 in order to give the compiler complete
information about the proper arithmetic to use. Notice that this
constant is used in a context that expects an expression of type
u64 (64 bits, unsigned).

The expression NUM_RETRIES * cppc_ss->latency at line 578, which at
preprocessing time translates to 500 * cppc_ss->latency is currently
being evaluated using 32-bit arithmetic.

Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
2018-02-07 11:15:02 +01:00
..
2017-12-21 01:54:44 +01:00
2017-11-15 10:56:56 -08:00
2017-11-09 00:55:16 +01:00
2018-01-04 13:54:51 +01:00
2016-10-10 02:20:43 +02:00
2017-05-09 15:15:47 -07:00
2017-11-16 09:15:57 -08:00
2017-11-16 09:15:57 -08:00
2017-11-30 13:37:29 +01:00