All of lore.kernel.org
 help / color / mirror / Atom feed
From: Carsten Langgaard <carstenl@mips.com>
To: linux-mips@oss.sgi.com
Subject: 64-bit kernel
Date: Tue, 18 Jun 2002 14:33:50 +0200	[thread overview]
Message-ID: <3D0F28AE.7B0D822B@mips.com> (raw)

I don't know if anymore has a interest in the 64-bit kernel, but I just
found this bug (see patch below).
It would be nice to know, how many are interested in the 64-bit kernel
and who actually got something running.
So please rise you voice.

/Carsten

Index: include/asm-mips64/exception.h
===================================================================
RCS file:
/home/repository/sw/linux-2.4.18/include/asm-mips64/exception.h,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 exception.h
--- include/asm-mips64/exception.h      4 Mar 2002 11:13:25 -0000
1.1.1.1
+++ include/asm-mips64/exception.h      18 Jun 2002 12:18:40 -0000
@@ -28,7 +28,7 @@

        .macro  __build_clear_fpe
        cfc1    a1, fcr31
-       li      a2, ~(0x3f << 13)
+       li      a2, ~(0x3f << 12)
        and     a2, a1
        ctc1    a2, fcr31
        STI



--
_    _ ____  ___   Carsten Langgaard   Mailto:carstenl@mips.com
|\  /|||___)(___   MIPS Denmark        Direct: +45 4486 5527
| \/ |||    ____)  Lautrupvang 4B      Switch: +45 4486 5555
  TECHNOLOGIES     2750 Ballerup       Fax...: +45 4486 5556
                   Denmark             http://www.mips.com

             reply	other threads:[~2002-06-18 12:31 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-18 12:33 Carsten Langgaard [this message]
2002-06-18 16:03 ` 64-bit kernel Justin Carlson
2002-06-19  9:32   ` Ralf Baechle
2002-06-19 11:07     ` Carsten Langgaard
2002-06-19 11:13       ` Ralf Baechle
2002-06-18 17:52 ` Jun Sun
2002-06-19  9:01 ` Ralf Baechle
2002-06-19  9:28 ` Ralf Baechle
  -- strict thread matches above, loose matches on Subject: below --
2002-08-06 12:05 Carsten Langgaard
2002-08-06 23:14 ` Ralf Baechle

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=3D0F28AE.7B0D822B@mips.com \
    --to=carstenl@mips.com \
    --cc=linux-mips@oss.sgi.com \
    /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.