Loading
LoongArch: Use unsigned long for _end and _text
It is better to use unsigned long rather than long for _end and _text to calculate the kernel length. Cc: stable@vger.kernel.org # v6.3+ Fixes: e5f02b51 ("LoongArch: Add support for kernel address space layout randomization (KASLR)") Signed-off-by:Tiezhu Yang <yangtiezhu@loongson.cn> Signed-off-by:
Huacai Chen <chenhuacai@loongson.cn>