diff options
author | Kristoffer Ericson <kristoffer_e1@hotmail.com> | 2006-07-06 14:15:02 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-06 14:15:02 +0000 |
commit | ea45b469229253615805764a994a6ad339fa5e8b (patch) | |
tree | 30de13c6438c39fdf7a33c8658d41755676fe375 /packages/linux/linux-jlime-sh3-2.6.17 | |
parent | 29056fb863e861328697ebe1f1f63e5d9d6b563d (diff) |
packages/linux/linux-jlime-sh3-2.6.16.20: Dropping packages
* Dropping jlime-sh3-2.6.16.20 kernel due to 2.6.17 being
availabel. Dropping all patches and .bb file
packages/linux/linux-jlime-sh3-2.6.17/unexpected-int-fix: Add patch
* Adding patch to silence unexpected interrupts.
Diffstat (limited to 'packages/linux/linux-jlime-sh3-2.6.17')
-rw-r--r-- | packages/linux/linux-jlime-sh3-2.6.17/unexpected-int-fix.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/linux/linux-jlime-sh3-2.6.17/unexpected-int-fix.patch b/packages/linux/linux-jlime-sh3-2.6.17/unexpected-int-fix.patch new file mode 100644 index 0000000000..72801acf8e --- /dev/null +++ b/packages/linux/linux-jlime-sh3-2.6.17/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); + } + } + } |