]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: math-emu: Use the bitmap API to allocate bitmaps
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Mon, 4 Jul 2022 18:56:52 +0000 (20:56 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Mon, 11 Jul 2022 08:27:50 +0000 (10:27 +0200)
commit3dd2952654b8622d8ad82bc5cc0fa2377057eca0
treeec288a9c50c7ff69c91f978b22a07f417b9bb113
parent5a682de1be525ede86f5c9962e4245c1c50ab752
MIPS: math-emu: 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.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/math-emu/dsemul.c