From: "Mallick, Asit K" <asit.k.mallick@intel.com>
To: linux-ia64@vger.kernel.org
Subject: [Linux-ia64] Patch to fix latest kernels issue with FW83
Date: Thu, 24 Jan 2002 19:46:33 +0000 [thread overview]
Message-ID: <marc-linux-ia64-105590698805927@msgid-missing> (raw)
[-- Attachment #1: Type: text/plain, Size: 750 bytes --]
We have root caused the stability problem with latest kernels and FW83 (LION
platform). The following patch (based on 2.4.17) fixes the problem. Please
let me know if you still see a problem after applying this patch.
Thanks,
Asit
<<patch.FW83>>
--- /home1/src/linux/include/asm-ia64/spinlock.h Wed Jan 9 19:25:05 2002
+++ linux/include/asm-ia64/spinlock.h Wed Jan 23 15:52:45 2002
@@ -84,7 +84,7 @@
"mov r29 = 1\n" \
";;\n" \
"1:\n" \
- "ld4.bias r2 = [%0]\n" \
+ "ld4 r2 = [%0]\n" \
";;\n" \
"cmp4.eq p0,p7 = r0,r2\n" \
"(p7) br.cond.spnt.few 1b \n" \
[-- Attachment #2: patch.FW83 --]
[-- Type: application/octet-stream, Size: 358 bytes --]
--- /home1/src/linux/include/asm-ia64/spinlock.h Wed Jan 9 19:25:05 2002
+++ linux/include/asm-ia64/spinlock.h Wed Jan 23 15:52:45 2002
@@ -84,7 +84,7 @@
"mov r29 = 1\n" \
";;\n" \
"1:\n" \
- "ld4.bias r2 = [%0]\n" \
+ "ld4 r2 = [%0]\n" \
";;\n" \
"cmp4.eq p0,p7 = r0,r2\n" \
"(p7) br.cond.spnt.few 1b \n" \
next reply other threads:[~2002-01-24 19:46 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-01-24 19:46 Mallick, Asit K [this message]
2002-01-25 15:11 ` [Linux-ia64] Patch to fix latest kernels issue with FW83 Andreas Schwab
2002-01-25 16:08 ` Bjorn Helgaas
2002-01-25 17:29 ` Hall, Jenna S
2002-01-25 22:57 ` Mallick, Asit K
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-linux-ia64-105590698805927@msgid-missing \
--to=asit.k.mallick@intel.com \
--cc=linux-ia64@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.