summaryrefslogtreecommitdiffstats
path: root/patches/0091-slab-Fix-__do_drain-to-use-the-right-array-cache.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/0091-slab-Fix-__do_drain-to-use-the-right-array-cache.patch')
-rw-r--r--patches/0091-slab-Fix-__do_drain-to-use-the-right-array-cache.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/0091-slab-Fix-__do_drain-to-use-the-right-array-cache.patch b/patches/0091-slab-Fix-__do_drain-to-use-the-right-array-cache.patch
index 3ef5155..08c0e18 100644
--- a/patches/0091-slab-Fix-__do_drain-to-use-the-right-array-cache.patch
+++ b/patches/0091-slab-Fix-__do_drain-to-use-the-right-array-cache.patch
@@ -1,7 +1,7 @@
From 6206503091b806a139836a55396ba31c235ba739 Mon Sep 17 00:00:00 2001
From: Steven Rostedt <rostedt@goodmis.org>
Date: Tue, 11 Oct 2011 23:56:23 -0400
-Subject: [PATCH 091/270] slab: Fix __do_drain to use the right array cache
+Subject: [PATCH 091/271] slab: Fix __do_drain to use the right array cache
The array cache in __do_drain() was using the cpu_cache_get() function
which uses smp_processor_id() to get the proper array. On mainline, this