summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.6/0017-proc-unify-mem_read-and-mem_write.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.6/0017-proc-unify-mem_read-and-mem_write.patch')
-rw-r--r--recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.6/0017-proc-unify-mem_read-and-mem_write.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.6/0017-proc-unify-mem_read-and-mem_write.patch b/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.6/0017-proc-unify-mem_read-and-mem_write.patch
index 1c26c7fa..6ae11fcc 100644
--- a/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.6/0017-proc-unify-mem_read-and-mem_write.patch
+++ b/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.6/0017-proc-unify-mem_read-and-mem_write.patch
@@ -1,4 +1,4 @@
1From 034089b6f4e2ae0d0df38f3409cd73c386ad069a Mon Sep 17 00:00:00 2001 1From 19ec05d824043ce28abee73023cfa8c1938d7094 Mon Sep 17 00:00:00 2001
2From: Oleg Nesterov <oleg@redhat.com> 2From: Oleg Nesterov <oleg@redhat.com>
3Date: Tue, 31 Jan 2012 17:14:54 +0100 3Date: Tue, 31 Jan 2012 17:14:54 +0100
4Subject: [PATCH 17/87] proc: unify mem_read() and mem_write() 4Subject: [PATCH 17/87] proc: unify mem_read() and mem_write()
@@ -16,7 +16,7 @@ Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
16Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 16Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
17--- 17---
18 fs/proc/base.c | 90 ++++++++++++++++++++------------------------------------ 18 fs/proc/base.c | 90 ++++++++++++++++++++------------------------------------
19 1 files changed, 32 insertions(+), 58 deletions(-) 19 1 file changed, 32 insertions(+), 58 deletions(-)
20 20
21diff --git a/fs/proc/base.c b/fs/proc/base.c 21diff --git a/fs/proc/base.c b/fs/proc/base.c
22index a43c70a..0d3a4d1 100644 22index a43c70a..0d3a4d1 100644
@@ -144,5 +144,5 @@ index a43c70a..0d3a4d1 100644
144 { 144 {
145 switch (orig) { 145 switch (orig) {
146-- 146--
1471.7.7.4 1471.7.9.4
148 148