[PATCH v7 18/20] firmware: qcom_scm: Use fixed width src vm bitmap

2022-11-21 Thread Elliot Berman
The maximum VMID for assign_mem is 63. Use a u64 to represent this bitmap instead of architecture-dependent "unsigned int" which varies in size on 32-bit and 64-bit platforms. Signed-off-by: Elliot Berman --- Note this will have build conflicts with

Re: [PATCH v7 18/20] firmware: qcom_scm: Use fixed width src vm bitmap

2022-11-21 Thread Kalle Valo
Elliot Berman writes: > The maximum VMID for assign_mem is 63. Use a u64 to represent this > bitmap instead of architecture-dependent "unsigned int" which varies in > size on 32-bit and 64-bit platforms. > > Signed-off-by: Elliot Berman > --- > > Note this will have build conflicts with >