diff options
author | Kristoffer Ericson <kristoffer_e1@hotmail.com> | 2006-07-14 13:57:06 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-14 13:57:06 +0000 |
commit | b4fb1a340df59e0db01de9b022ca4697b3d35972 (patch) | |
tree | 787b02605bc4e0bb7b2406daa3191b9fd7660526 /packages/linux/linux-jlime-jornada6xx-2.6.17/unexpected-int-fix.patch | |
parent | 87fce2574a38e51cae0552f07371671ed1bc11df (diff) |
Moving linux-jlime-${ARCH}-* -> linux-jlime-${machine}-*:
* Changing from arch->machine due to the addition of 56x support. This
requires different kernel but since both 72x and 56x are arm we need to
use MACHINE to define instead.
conf/local.conf : Changing ARCH -> MACHINE.
Diffstat (limited to 'packages/linux/linux-jlime-jornada6xx-2.6.17/unexpected-int-fix.patch')
-rw-r--r-- | packages/linux/linux-jlime-jornada6xx-2.6.17/unexpected-int-fix.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/linux/linux-jlime-jornada6xx-2.6.17/unexpected-int-fix.patch b/packages/linux/linux-jlime-jornada6xx-2.6.17/unexpected-int-fix.patch new file mode 100644 index 0000000000..bf2d2a5fb1 --- /dev/null +++ b/packages/linux/linux-jlime-jornada6xx-2.6.17/unexpected-int-fix.patch @@ -0,0 +1,17 @@ +--- linux-2.6.17-vanilla/drivers/ide/ide-io.c 2006-06-18 01:49:35.000000000 +0000 ++++ linux-2.6.17/drivers/ide/ide-io.c 2006-07-06 14:18:13.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); + } + } + } |