]> git.proxmox.com Git - mirror_ubuntu-impish-kernel.git/commitdiff
UBUNTU: SAUCE: sstep.c: #include <asm/cpu_has_feature.h>
authorTim Gardner <tim.gardner@canonical.com>
Wed, 10 Aug 2016 19:25:59 +0000 (13:25 -0600)
committerAndrea Righi <andrea.righi@canonical.com>
Mon, 28 Jun 2021 06:03:41 +0000 (08:03 +0200)
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
arch/powerpc/include/asm/cputhreads.h
arch/powerpc/lib/sstep.c

index 98c8bd155bf9d28aaded8cb8310aed785181adcb..c9a03d7dd956b5d4d053bc0823ec7526a241b149 100644 (file)
@@ -3,6 +3,7 @@
 #define _ASM_POWERPC_CPUTHREADS_H
 
 #ifndef __ASSEMBLY__
+#include <asm/cpu_has_feature.h>
 #include <linux/cpumask.h>
 #include <asm/cpu_has_feature.h>
 
index 45bda25207557796cdd76f7b0d6e8eeb0815a489..33223ac3e0738380075d8e8ad5c091fef4808666 100644 (file)
@@ -8,6 +8,7 @@
 #include <linux/kprobes.h>
 #include <linux/ptrace.h>
 #include <linux/prefetch.h>
+#include <asm/cpu_has_feature.h>
 #include <asm/sstep.h>
 #include <asm/processor.h>
 #include <linux/uaccess.h>