kernel/arch/ia64/kernel/crash.c
.. .. @@ -12,7 +12,7 @@ 12 12 #include <linux/smp.h> 13 13 #include <linux/delay.h> 14 14 #include <linux/crash_dump.h> 15 -#include <linux/bootmem.h>15 +#include <linux/memblock.h>16 16 #include <linux/kexec.h> 17 17 #include <linux/elfcore.h> 18 18 #include <linux/sysctl.h> .. .. @@ -163,7 +163,7 @@ 163 163 case DIE_INIT_MONARCH_LEAVE: 164 164 if (!kdump_freeze_monarch) 165 165 break; 166 - /* fall through */166 + fallthrough;167 167 case DIE_INIT_SLAVE_LEAVE: 168 168 case DIE_INIT_MONARCH_ENTER: 169 169 case DIE_MCA_RENDZVOUS_LEAVE: