linux/arch/loongarch
Josh Poimboeuf 13bf7923a4 loongarch/cpu: Make sure play_dead() doesn't return
play_dead() doesn't return.  Make that more explicit with a BUG().

BUG() is preferable to unreachable() because BUG() is a more explicit
failure mode and avoids undefined behavior like falling off the edge of
the function into whatever code happens to be next.

Link: https://lore.kernel.org/r/21245d687ffeda34dbcf04961a2df3724f04f7c8.1676358308.git.jpoimboe@kernel.org
Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>
2023-03-06 15:34:06 -08:00
..
boot loongarch: efi: enable generic EFI compressed boot 2022-09-20 09:50:31 +02:00
configs LoongArch: kdump: Add single kernel image implementation 2023-02-25 22:12:17 +08:00
include LoongArch changes for v6.3 2023-03-01 09:27:00 -08:00
kernel loongarch/cpu: Make sure play_dead() doesn't return 2023-03-06 15:34:06 -08:00
lib LoongArch: Mark some assembler symbols as non-kprobe-able 2023-02-25 22:12:17 +08:00
mm LoongArch: Add kprobes support 2023-02-25 22:12:17 +08:00
net LoongArch, bpf: Use 4 instructions for function address in JIT 2023-02-17 17:43:07 +01:00
pci LoongArch: Add FDT booting support from efi system table 2022-12-14 08:41:53 +08:00
power LoongArch: Add JUMP_VIRT_ADDR macro implementation to avoid using la.abs 2023-02-25 22:12:16 +08:00
vdso LoongArch: Fix build warnings in VDSO 2022-08-25 19:34:59 +08:00
Kbuild LoongArch: Add BPF JIT support 2022-10-12 16:36:20 +08:00
Kconfig LoongArch: Add kprobes on ftrace support 2023-02-25 22:12:17 +08:00
Kconfig.debug LoongArch: Add prologue unwinder support 2022-08-12 13:10:11 +08:00
Makefile LoongArch: kdump: Add single kernel image implementation 2023-02-25 22:12:17 +08:00