commit | 8512670d3547d19a7e013e0b1e2e1916d8ee4000 | [log] [tgz] |
---|---|---|
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | Mon Jul 04 20:56:52 2022 +0200 |
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | Mon Jul 11 10:27:50 2022 +0200 |
tree | ec288a9c50c7ff69c91f978b22a07f417b9bb113 | |
parent | 08472f6ebdc23334ad11dcd761d2d52c32897793 [diff] |
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>