diff options
author | Jisheng Zhang <jszhang@kernel.org> | 2022-08-21 16:18:19 +0200 |
---|---|---|
committer | Palmer Dabbelt <palmer@rivosinc.com> | 2022-10-06 03:07:17 +0200 |
commit | 542d353e25520e7db11d2cdb31d19c50ed921812 (patch) | |
tree | 07737e0b90cc635804aef3651c537e5447a72412 /arch/parisc | |
parent | RISC-V: Increase range and default value of NR_CPUS (diff) | |
download | linux-542d353e25520e7db11d2cdb31d19c50ed921812.tar.xz linux-542d353e25520e7db11d2cdb31d19c50ed921812.zip |
riscv: compat: s/failed/unsupported if compat mode isn't supported
When compat mode isn't supported(I believe this is the most case now),
kernel will emit somthing as:
[ 0.050407] riscv: ELF compat mode failed
This msg may make users think there's something wrong with the kernel
itself, replace "failed" with "unsupported" to make it clear. In fact
this is the real compat_mode_supported meaning. After the patch, the
msg would be:
[ 0.050407] riscv: ELF compat mode unsupported
Signed-off-by: Jisheng Zhang <jszhang@kernel.org>
Acked-by: Guo Ren <guoren@kernel.org>
Link: https://lore.kernel.org/r/20220821141819.3804-1-jszhang@kernel.org/
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
Diffstat (limited to 'arch/parisc')
0 files changed, 0 insertions, 0 deletions