Files
android_kernel_xiaomi_sm8450/arch/riscv/kernel
Palmer Dabbelt 8356c379cf RISC-V: gp_in_global needs register keyword
The Intel kernel build robot recently pointed out that I missed the
register keyword on this one when I refactored the code to remove local
register variables (which aren't supported by LLVM).  GCC's manual
indicates that global register variables must have the register keyword,
As far as I can tell lacking the register keyword causes GCC to ignore
the __asm__ and treat this as a regular variable, but I'm not sure how
that didn't show up as some sort of failure.

Fixes: 52e7c52d2d ("RISC-V: Stop relying on GCC's register allocator's hueristics")
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
2020-05-21 13:28:26 -07:00
..
2020-05-04 14:22:34 -07:00
2020-03-31 11:28:30 -07:00
2020-03-31 11:28:30 -07:00
2020-03-26 09:24:55 -07:00
2020-04-03 10:46:43 -07:00
2020-01-22 13:09:58 -08:00
2020-03-31 11:28:30 -07:00
2019-11-17 15:17:39 -08:00
2020-04-03 10:46:43 -07:00
2019-10-28 00:46:01 -07:00
2019-10-28 00:46:01 -07:00