aboutsummaryrefslogtreecommitdiffstats
path: root/packages/linux/linux-openzaurus-2.6.14-rc1
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-01-21 23:17:36 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-21 23:17:36 +0000
commit5f3af9171a81c49007fc9c5cf8a7287735f65ae6 (patch)
tree56127671ad51de0bfe8bdd4dfefb9b4331d00857 /packages/linux/linux-openzaurus-2.6.14-rc1
parente3237d5ccd007f0de6a9108061c0b73d42d63cd6 (diff)
downloadopenembedded-5f3af9171a81c49007fc9c5cf8a7287735f65ae6.tar.gz
linux-openzaurus 2.6.14-rc1: make it more quiet on c7x0
- no messages from wm8731 during suspend/resume - no cpu_dump_info() during suspend/resume
Diffstat (limited to 'packages/linux/linux-openzaurus-2.6.14-rc1')
-rw-r--r--packages/linux/linux-openzaurus-2.6.14-rc1/quiet.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/packages/linux/linux-openzaurus-2.6.14-rc1/quiet.patch b/packages/linux/linux-openzaurus-2.6.14-rc1/quiet.patch
new file mode 100644
index 0000000000..13b4f44353
--- /dev/null
+++ b/packages/linux/linux-openzaurus-2.6.14-rc1/quiet.patch
@@ -0,0 +1,26 @@
+Index: linux-2.6.13/arch/arm/kernel/setup.c
+===================================================================
+--- linux-2.6.13.orig/arch/arm/kernel/setup.c 2006-01-21 23:45:47.130576416 +0100
++++ linux-2.6.13/arch/arm/kernel/setup.c 2006-01-21 23:46:23.171097424 +0100
+@@ -338,8 +338,6 @@
+ BUG();
+ }
+
+- dump_cpu_info(cpu);
+-
+ /*
+ * setup stacks for re-entrant exception handlers
+ */
+Index: linux-2.6.13/sound/oss/wm8731.c
+===================================================================
+--- linux-2.6.13.orig/sound/oss/wm8731.c 2006-01-21 23:47:01.121328112 +0100
++++ linux-2.6.13/sound/oss/wm8731.c 2006-01-21 23:47:18.916622816 +0100
+@@ -39,8 +39,6 @@
+ char buffer[2];
+ int r;
+
+- printk("%s: writing %x, %x\n", __FUNCTION__, address, data);
+-
+ buffer[0] = ((address << 1) | ((data >> 8) & 1));
+ buffer[1] = data & 0xff;
+