On 7/18/22 17:19, Daniil Lunev wrote:
dsm_fns is a bitmap, and it is 0-indexed according to the check in __intel_dsm funciton. But common initialization was checking it as if it was 1-indexed. The CL corrects the discrepancy. This change won't break any existing calls to the function, since before the change both bits 0 and 1 were checked and needed to be set.
Reviewed-by: Bart Van Assche <bvanassche@xxxxxxx>