Jetpack/kernel/kernel-4.9/rt-patches/0258-arm64-xen-Make-XEN-dep...

30 lines
769 B
Diff

From b27c1d8aa729362928c51420bf591f015e077fb8 Mon Sep 17 00:00:00 2001
From: Thomas Gleixner <tglx@linutronix.de>
Date: Mon, 12 Oct 2015 11:18:40 +0200
Subject: [PATCH 258/352] arm64/xen: Make XEN depend on !RT
It's not ready and probably never will be, unless xen folks have a
look at it.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
---
arch/arm64/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 04fa01f..b532015 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -738,7 +738,7 @@ config XEN_DOM0
config XEN
bool "Xen guest support on ARM64"
- depends on ARM64 && OF
+ depends on ARM64 && OF && !PREEMPT_RT_FULL
select SWIOTLB_XEN
select PARAVIRT
help
--
2.7.4