From: Palmer Dabbelt Date: Fri, 22 Jul 2022 00:19:43 +0000 (-0700) Subject: riscv: Add macro for multiple nop instructions X-Git-Tag: ceph-for-6.1-rc1~320^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f4361718f7654f31fee6bf323147e7062d825599;p=ceph-client.git riscv: Add macro for multiple nop instructions Some cases need multiple nop instructions and arm64 already has a nice helper for not needing to write all of them out but instead use a helper to add n nops. So add a similar thing to riscv and convert the T-Head PMA alternative to use it. * 'riscv-nops' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/linux.git: riscv: convert the t-head pbmt errata to use the __nops macro riscv: introduce nops and __nops macros for NOP sequences --- f4361718f7654f31fee6bf323147e7062d825599