hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/arch/ia64/kernel/unwind.c
....@@ -28,7 +28,7 @@
2828 * acquired, then the read-write lock must be acquired first.
2929 */
3030 #include <linux/module.h>
31
-#include <linux/bootmem.h>
31
+#include <linux/memblock.h>
3232 #include <linux/elf.h>
3333 #include <linux/kernel.h>
3434 #include <linux/sched.h>
....@@ -324,7 +324,7 @@
324324 return 0;
325325 }
326326 }
327
- /* fall through */
327
+ fallthrough;
328328 case UNW_NAT_NONE:
329329 dummy_nat = 0;
330330 nat_addr = &dummy_nat;