diff options
author | Kristoffer Ericson <kristoffer_e1@hotmail.com> | 2006-07-02 22:06:07 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-02 22:06:07 +0000 |
commit | b464f87dffccc2a4b0d2fd501930dd1ba31ca98b (patch) | |
tree | f248efbb8edbf8cff85d0d0c471128814a64050b /packages/linux/linux-jlime-sh3-2.6.16.20/unexpected-int-fix.patch | |
parent | 538548f125d52702713a8f8fe25c57b321d25bfe (diff) |
linux-jlime-arm_2.6.16.bb: Addition of new jlime-7xx kernel
* Addition of jlime 7xx arm kernel, need of changes
linux-jlime-sh3_2.6.16.20: Patch & new defconfig
* Add of patch line
* Change in defconfig file
unexpected-int-fx.patch: Addition of patch
* Removes "unexpected ide interrupt" spam
Diffstat (limited to 'packages/linux/linux-jlime-sh3-2.6.16.20/unexpected-int-fix.patch')
-rw-r--r-- | packages/linux/linux-jlime-sh3-2.6.16.20/unexpected-int-fix.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/linux/linux-jlime-sh3-2.6.16.20/unexpected-int-fix.patch b/packages/linux/linux-jlime-sh3-2.6.16.20/unexpected-int-fix.patch new file mode 100644 index 0000000000..72801acf8e --- /dev/null +++ b/packages/linux/linux-jlime-sh3-2.6.16.20/unexpected-int-fix.patch @@ -0,0 +1,17 @@ +--- linux-2.6.16.20/drivers/ide/ide-io.c_orig 2006-07-01 23:54:34.000000000 +0000 ++++ linux-2.6.16.20/drivers/ide/ide-io.c 2006-07-01 23:55:50.000000000 +0000 +@@ -1442,10 +1442,10 @@ + ++count; + if (time_after(jiffies, last_msgtime + HZ)) { + last_msgtime = jiffies; +- printk(KERN_ERR "%s%s: unexpected interrupt, " +- "status=0x%02x, count=%ld\n", +- hwif->name, +- (hwif->next==hwgroup->hwif) ? "" : "(?)", stat, count); ++ //printk(KERN_ERR "%s%s: unexpected interrupt, " ++ // "status=0x%02x, count=%ld\n", ++ // hwif->name, ++ // (hwif->next==hwgroup->hwif) ? "" : "(?)", stat, count); + } + } + } |