summaryrefslogtreecommitdiffstats
path: root/mcelog-rcu-splat.patch
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@redhat.com>2012-03-26 20:22:58 -0500
committerJustin M. Forbes <jforbes@redhat.com>2012-03-26 20:22:58 -0500
commit62c169cbc376249a4e1994067edc62c7b64d4c47 (patch)
tree095edccb253747c2d04518f25e48282d34cfd4d8 /mcelog-rcu-splat.patch
parentd5a077e50087def572b513c01402be19eeac933e (diff)
downloadkernel-62c169cbc376249a4e1994067edc62c7b64d4c47.tar.gz
kernel-62c169cbc376249a4e1994067edc62c7b64d4c47.tar.xz
kernel-62c169cbc376249a4e1994067edc62c7b64d4c47.zip
Linux v3.3-6972-ge22057c
Diffstat (limited to 'mcelog-rcu-splat.patch')
-rw-r--r--mcelog-rcu-splat.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/mcelog-rcu-splat.patch b/mcelog-rcu-splat.patch
deleted file mode 100644
index 12c1fe3ea..000000000
--- a/mcelog-rcu-splat.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/arch/x86/kernel/cpu/mcheck/mce.c b/arch/x86/kernel/cpu/mcheck/mce.c
-index f22a9f7..f525f99 100644
---- a/arch/x86/kernel/cpu/mcheck/mce.c
-+++ b/arch/x86/kernel/cpu/mcheck/mce.c
-@@ -191,7 +191,7 @@ static void drain_mcelog_buffer(void)
- {
- unsigned int next, i, prev = 0;
-
-- next = rcu_dereference_check_mce(mcelog.next);
-+ next = ACCESS_ONCE(mcelog.next);
-
- do {
- struct mce *m;
-
- \ No newline at end of file