]> git.baikalelectronics.ru Git - kernel.git/commit
riscv: alternative: fix typo in macro name
authorVitaly Wool <vitaly.wool@konsulko.com>
Mon, 31 May 2021 09:33:10 +0000 (12:33 +0300)
committerPalmer Dabbelt <palmerdabbelt@google.com>
Fri, 11 Jun 2021 03:35:05 +0000 (20:35 -0700)
commitf3c71fcb0ea6db778a29bb529a28d2f6dea02816
tree501cf0990ff9343cb4181cde35f8fe5ce05de3bf
parent5674d044ef73393481c7947e4b4c3a972769cc27
riscv: alternative: fix typo in macro name

alternative-macros.h defines ALT_NEW_CONTENT in its assembly part
and ALT_NEW_CONSTENT in the C part. Most likely it is the latter
that is wrong.

Fixes: 1fa99cfe34536
(riscv: Introduce alternative mechanism to apply errata solution)
Signed-off-by: Vitaly Wool <vitaly.wool@konsulko.com>
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
arch/riscv/include/asm/alternative-macros.h