| To: | ralf@oss.sgi.com |
|---|---|
| Subject: | Re: Benchmark performance |
| From: | Atsushi Nemoto <nemoto@toshiba-tops.co.jp> |
| Date: | Fri, 24 Aug 2001 18:06:32 +0900 (JST) |
| Cc: | carstenl@mips.com, wgowcher@yahoo.com, linux-mips@oss.sgi.com |
| In-reply-to: | <20010816131422.B17970@bacchus.dhis.org> |
| Organization: | TOSHIBA Personal Computer System Corporation |
| References: | <20010816111803.A17469@bacchus.dhis.org> <3B7BA970.56192BB8@mips.com> <20010816131422.B17970@bacchus.dhis.org> |
| Sender: | owner-linux-mips@oss.sgi.com |
>>>>> On Thu, 16 Aug 2001 13:14:22 +0200, Ralf Baechle <ralf@oss.sgi.com> said:
ralf> I'm just about to put it into CVS.
Please apply this small patch...
--- linux.sgi/arch/mips/math-emu/cp1emu.c Fri Aug 24 17:57:36 2001
+++ linux/arch/mips/math-emu/cp1emu.c Fri Aug 24 17:57:48 2001
@@ -1675,7 +1675,7 @@
oldepc = xcp->cp0_epc;
do {
if (current->need_resched)
- schedule;
+ schedule();
prevepc = xcp->cp0_epc;
insn = mips_get_word(xcp, REG_TO_VA(xcp->cp0_epc), &err);
---
Atsushi Nemoto
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | get_insn_opcode is broken (ll/sc emulation does not work), Atsushi Nemoto |
|---|---|
| Next by Date: | Re: get_insn_opcode is broken (ll/sc emulation does not work), Ralf Baechle |
| Previous by Thread: | Re: Benchmark performance, Ralf Baechle |
| Next by Thread: | Re: Benchmark performance, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |