]> 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)
commitdc60c321775f47b36c0dfb25b1124b6349cc76f8
treeec288a9c50c7ff69c91f978b22a07f417b9bb113
parenta7900d39dfd2fc2285dc42760eaba47b993423ed
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