summaryrefslogtreecommitdiff
path: root/patches/slub-enable-irqs-for-no-wait.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/slub-enable-irqs-for-no-wait.patch')
-rw-r--r--patches/slub-enable-irqs-for-no-wait.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/slub-enable-irqs-for-no-wait.patch b/patches/slub-enable-irqs-for-no-wait.patch
index c1ea8babe259..7ff4785d749c 100644
--- a/patches/slub-enable-irqs-for-no-wait.patch
+++ b/patches/slub-enable-irqs-for-no-wait.patch
@@ -12,7 +12,7 @@ Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
--- a/mm/slub.c
+++ b/mm/slub.c
-@@ -1572,10 +1572,17 @@ static struct page *allocate_slab(struct
+@@ -1570,10 +1570,17 @@ static struct page *allocate_slab(struct
void *start, *p;
int idx, order;
bool shuffle;
@@ -30,7 +30,7 @@ Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
local_irq_enable();
flags |= s->allocflags;
-@@ -1634,7 +1641,7 @@ static struct page *allocate_slab(struct
+@@ -1632,7 +1639,7 @@ static struct page *allocate_slab(struct
page->frozen = 1;
out: