]> rtime.felk.cvut.cz Git - hercules2020/nv-tegra/linux-4.4.git/blobdiff - rt-patches/0241-arch-arm64-Add-lazy-preempt-support.patch
rt_patches: required rebase due to printk change
[hercules2020/nv-tegra/linux-4.4.git] / rt-patches / 0241-arch-arm64-Add-lazy-preempt-support.patch
index e8448190ec633f6d72c955405163f8ad73784a68..b4fe63cdbce1f18d9cd89ad6cf357836c069ba57 100644 (file)
@@ -1,7 +1,7 @@
-From 67e4fd4891b67f3267d63a745d3933edf970b35e Mon Sep 17 00:00:00 2001
+From 85295a218a7f44313e131c4b4f28db6e1b357450 Mon Sep 17 00:00:00 2001
 From: Anders Roxell <anders.roxell@linaro.org>
 Date: Thu, 14 May 2015 17:52:17 +0200
-Subject: [PATCH 241/365] arch/arm64: Add lazy preempt support
+Subject: [PATCH 241/366] arch/arm64: Add lazy preempt support
 
 arm64 is missing support for PREEMPT_RT. The main feature which is
 lacking is support for lazy preemption. The arch-specific entry code,
@@ -19,7 +19,7 @@ Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
  4 files changed, 15 insertions(+), 3 deletions(-)
 
 diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
-index be32c56..c5f248d 100644
+index bff60bd..7b45dfe 100644
 --- a/arch/arm64/Kconfig
 +++ b/arch/arm64/Kconfig
 @@ -78,6 +78,7 @@ config ARM64
@@ -31,7 +31,7 @@ index be32c56..c5f248d 100644
        select IOMMU_DMA if IOMMU_SUPPORT && !TEGRA_IOMMU_SMMU
        select IRQ_DOMAIN
 diff --git a/arch/arm64/include/asm/thread_info.h b/arch/arm64/include/asm/thread_info.h
-index b38a898..b1d2e32 100644
+index a152aee..ed55fb3 100644
 --- a/arch/arm64/include/asm/thread_info.h
 +++ b/arch/arm64/include/asm/thread_info.h
 @@ -49,6 +49,7 @@ struct thread_info {
@@ -111,5 +111,5 @@ index 29631d1..4b91611 100644
        ldr     x2, [sp, #S_PSTATE]
        mov     x0, sp                          // 'regs'
 -- 
-2.7.4
+1.9.1