aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ps3/patches-2.6.28/0003-powerpc-ps3-Quiet-dmesg-output.patch
diff options
context:
space:
mode:
authorGeoff Levand <geoff@infradead.org>2009-08-26 22:00:33 +0000
committerGeoff Levand <geoff@infradead.org>2009-08-26 22:00:33 +0000
commitb552a51b7c9c490b84cd3e28c2da82e1794f1fec (patch)
tree31b84762cbecdc42e37591cd69e69ab146abc893 /target/linux/ps3/patches-2.6.28/0003-powerpc-ps3-Quiet-dmesg-output.patch
parente6b0215078ab91df0ad56143d332c1536919bb6c (diff)
downloadupstream-b552a51b7c9c490b84cd3e28c2da82e1794f1fec.tar.gz
upstream-b552a51b7c9c490b84cd3e28c2da82e1794f1fec.tar.bz2
upstream-b552a51b7c9c490b84cd3e28c2da82e1794f1fec.zip
ps3: Remove support for linux-2.6.28
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17412 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ps3/patches-2.6.28/0003-powerpc-ps3-Quiet-dmesg-output.patch')
-rw-r--r--target/linux/ps3/patches-2.6.28/0003-powerpc-ps3-Quiet-dmesg-output.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/target/linux/ps3/patches-2.6.28/0003-powerpc-ps3-Quiet-dmesg-output.patch b/target/linux/ps3/patches-2.6.28/0003-powerpc-ps3-Quiet-dmesg-output.patch
deleted file mode 100644
index e1dac390d9..0000000000
--- a/target/linux/ps3/patches-2.6.28/0003-powerpc-ps3-Quiet-dmesg-output.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 62d80749addc969803a173573889f9b01d2459e1 Mon Sep 17 00:00:00 2001
-From: Geoff Levand <geoffrey.levand@am.sony.com>
-Date: Wed, 3 Dec 2008 13:52:15 +0000
-Subject: [PATCH] powerpc/ps3: Quiet dmesg output
-
-Change the debug message in dma_sb_region_create() from
-pr_info() to DBG() to quiet the dmesg output.
-
-Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
-Signed-off-by: Paul Mackerras <paulus@samba.org>
----
- arch/powerpc/platforms/ps3/mm.c | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/arch/powerpc/platforms/ps3/mm.c b/arch/powerpc/platforms/ps3/mm.c
-index 3a58ffa..a4d49dd 100644
---- a/arch/powerpc/platforms/ps3/mm.c
-+++ b/arch/powerpc/platforms/ps3/mm.c
-@@ -649,7 +649,7 @@ static int dma_sb_region_create(struct ps3_dma_region *r)
- {
- int result;
-
-- pr_info(" -> %s:%d:\n", __func__, __LINE__);
-+ DBG(" -> %s:%d:\n", __func__, __LINE__);
-
- BUG_ON(!r);
-
---
-1.6.0.4
-