diff options
Diffstat (limited to 'debian/patches-rt/0217-arm-highmem-Flush-tlb-on-unmap.patch')
-rw-r--r-- | debian/patches-rt/0217-arm-highmem-Flush-tlb-on-unmap.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches-rt/0217-arm-highmem-Flush-tlb-on-unmap.patch b/debian/patches-rt/0217-arm-highmem-Flush-tlb-on-unmap.patch index ca88b9752..2272860bf 100644 --- a/debian/patches-rt/0217-arm-highmem-Flush-tlb-on-unmap.patch +++ b/debian/patches-rt/0217-arm-highmem-Flush-tlb-on-unmap.patch @@ -1,7 +1,7 @@ From: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Date: Mon, 11 Mar 2013 21:37:27 +0100 -Subject: [PATCH 217/353] arm/highmem: Flush tlb on unmap -Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=aa0deea1ec74cc60877cfc0ba29d1912148efec1 +Subject: [PATCH 217/354] arm/highmem: Flush tlb on unmap +Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=fa8f2bb04b200fb53602b533e095d0aa0cf5fe01 The tlb should be flushed on unmap and thus make the mapping entry invalid. This is only done in the non-debug case which does not look |