Searched hist:"49 a1a3cf" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/csky/mm/ |
H A D | asid.c | 49a1a3cf Mon Jul 04 14:06:46 CDT 2022 Christophe JAILLET <christophe.jaillet@wanadoo.fr> csky: Use the bitmap API to allocate bitmaps
Use bitmap_zalloc()/bitmap_free() instead of hand-writing them.
It is less verbose and it improves the semantic.
While at it, turn a bitmap_clear() into an equivalent bitmap_zero(). It is also less verbose.
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Signed-off-by: Guo Ren <guoren@kernel.org>
|