mirror of
https://gitee.com/openharmony/kernel_linux
synced 2025-02-07 10:51:42 +00:00
![Ralf Baechle](/assets/img/avatar_default.png)
Ax2asc was still using a static buffer for all invocations which isn't exactly SMP-safe. Change ax2asc to take an additional result buffer as the argument. Change all callers to provide such a buffer. Signed-off-by: Ralf Baechle DL5RB <ralf@linux-mips.org> Signed-off-by: David S. Miller <davem@davemloft.net>