summaryrefslogtreecommitdiff
path: root/patches/mm-page_alloc-rt-friendly-per-cpu-pages.patch
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>2015-11-18 16:22:39 +0100
committerSebastian Andrzej Siewior <bigeasy@linutronix.de>2015-11-18 16:22:39 +0100
commit3f1c9e7b4ba7cefa263a3af0156881f53f60ef09 (patch)
tree199e07093f51f7d53dfb45cf0e63e1b7c23e78f7 /patches/mm-page_alloc-rt-friendly-per-cpu-pages.patch
parent213397b608b539ee53fd3a8baddb5120e04054d5 (diff)
downloadlinux-rt-3f1c9e7b4ba7cefa263a3af0156881f53f60ef09.tar.gz
[ANNOUNCE] 4.1.13-rt14v4.1.13-rt14-patches
Dear RT folks! I'm pleased to announce the v4.1.13-rt14 patch set. Changes since v4.1.12-rt13: none. Known issues: You can get this release via the git tree at: git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git linux-4.1.y-rt git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git linux-4.1.y-rt-rebase git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git linux-4.1.y-rt-queue The RT patch against 4.1.3 can be found here: https://cdn.kernel.org/pub/linux/kernel/projects/rt/4.1/patch-4.1.13-rt14.patch.xz The split quilt queue is available at: https://cdn.kernel.org/pub/linux/kernel/projects/rt/4.1/patches-4.1.13-rt14.tar.xz Sebastian Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Diffstat (limited to 'patches/mm-page_alloc-rt-friendly-per-cpu-pages.patch')
-rw-r--r--patches/mm-page_alloc-rt-friendly-per-cpu-pages.patch6
1 files changed, 2 insertions, 4 deletions
diff --git a/patches/mm-page_alloc-rt-friendly-per-cpu-pages.patch b/patches/mm-page_alloc-rt-friendly-per-cpu-pages.patch
index 90e4aade30c9..01237e536970 100644
--- a/patches/mm-page_alloc-rt-friendly-per-cpu-pages.patch
+++ b/patches/mm-page_alloc-rt-friendly-per-cpu-pages.patch
@@ -15,10 +15,8 @@ Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
mm/page_alloc.c | 57 ++++++++++++++++++++++++++++++++++++++++----------------
1 file changed, 41 insertions(+), 16 deletions(-)
-Index: linux-rt-devel/mm/page_alloc.c
-===================================================================
---- linux-rt-devel.orig/mm/page_alloc.c
-+++ linux-rt-devel/mm/page_alloc.c
+--- a/mm/page_alloc.c
++++ b/mm/page_alloc.c
@@ -60,6 +60,7 @@
#include <linux/page_ext.h>
#include <linux/hugetlb.h>