OSDN Git Service

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)
commit8512670d3547d19a7e013e0b1e2e1916d8ee4000
treeec288a9c50c7ff69c91f978b22a07f417b9bb113
parent08472f6ebdc23334ad11dcd761d2d52c32897793
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