Re: [PATCH v1] x86/intel_rdt: Switch to bitmap_zalloc()

From: Fenghua Yu
Date: Thu Sep 06 2018 - 16:31:44 EST


On Thu, Aug 30, 2018 at 02:50:39PM +0300, Andy Shevchenko wrote:
> Switch to bitmap_zalloc() to show clearly what we are allocating.
> Besides that it returns pointer of bitmap type instead of opaque void *.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
> ---
> arch/x86/kernel/cpu/intel_rdt.c | 10 ++++------
> 1 file changed, 4 insertions(+), 6 deletions(-)
>

Acked-by: Fenghua Yu <fenghua.yu@xxxxxxxxx>