summaryrefslogtreecommitdiff
path: root/arch/powerpc/kvm
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2023-04-11 12:36:47 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2023-04-11 12:36:49 +1000
commite92638cf57c5e99b0b641f305f5b6fe27212f086 (patch)
tree0e5aec6127ef2a0d0517c29084cc91165e9f41a3 /arch/powerpc/kvm
parent29bb20ddcec3979037005819fded9b1604da3382 (diff)
parentb2e7ae549d84c654744bf70d30a881bfa140a6e3 (diff)
downloadlinux-next-e92638cf57c5e99b0b641f305f5b6fe27212f086.tar.gz
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git
Diffstat (limited to 'arch/powerpc/kvm')
-rw-r--r--arch/powerpc/kvm/book3s_hv.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/kvm/book3s_hv.c b/arch/powerpc/kvm/book3s_hv.c
index c973bf556fb3..36b295e908ca 100644
--- a/arch/powerpc/kvm/book3s_hv.c
+++ b/arch/powerpc/kvm/book3s_hv.c
@@ -43,6 +43,7 @@
#include <linux/compiler.h>
#include <linux/of.h>
#include <linux/irqdomain.h>
+#include <linux/smp.h>
#include <asm/ftrace.h>
#include <asm/reg.h>
@@ -80,6 +81,8 @@
#include <asm/dtl.h>
#include <asm/plpar_wrappers.h>
+#include <trace/events/ipi.h>
+
#include "book3s.h"
#include "book3s_hv.h"