kernel/arch/powerpc/platforms/44x/machine_check.c
.. .. @@ -1,8 +1,5 @@ 1 +// SPDX-License-Identifier: GPL-2.0-or-later1 2 /* 2 - * This program is free software; you can redistribute it and/or3 - * modify it under the terms of the GNU General Public License4 - * as published by the Free Software Foundation; either version5 - * 2 of the License, or (at your option) any later version.6 3 */ 7 4 8 5 #include <linux/kernel.h> .. .. @@ -10,6 +7,7 @@ 10 7 #include <linux/ptrace.h> 11 8 12 9 #include <asm/reg.h> 10 +#include <asm/cacheflush.h>13 11 14 12 int machine_check_440A(struct pt_regs *regs) 15 13 {