Linux MIPS Architecture development
 help / color / mirror / Atom feed
* R4[04]00SC
@ 1998-08-17 16:57 Ulf Carlsson
  0 siblings, 0 replies; 4+ messages in thread
From: Ulf Carlsson @ 1998-08-17 16:57 UTC (permalink / raw)
  To: linux-mips, linux

Hi,

I can report that I've a R4000SC running here with Linux. After hard work
(many long hours, mainly reading MIPS Manual), the VCE exceptions are now
correctly handled. R4400SC will (probably) also work now. The next step is to
make this exceptions never happen.

Greetings to Ralf, Alex and last but not least - myself.

- Ulf

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: R4[04]00SC
       [not found] <Pine.LNX.3.96.980813210627.17725A-100000@dn.demo.org>
@ 1998-08-17 19:37 ` Ulf Carlsson
  1998-08-17 19:37   ` R4[04]00SC Ulf Carlsson
  0 siblings, 1 reply; 4+ messages in thread
From: Ulf Carlsson @ 1998-08-17 19:37 UTC (permalink / raw)
  To: Lukas Grunwald; +Cc: linux

> Thx, it work fine, (booting) but i need a INSTALL Kernel (Bootp/NFS ROOT)
> for
> installing the system.

Nice to hear :)

I have compiled a version with bootp and nfs root now on your demand,
sgilinux-sc-2.tgz. Have fun.

- Ulf

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: R4[04]00SC
  1998-08-17 19:37 ` R4[04]00SC Ulf Carlsson
@ 1998-08-17 19:37   ` Ulf Carlsson
  0 siblings, 0 replies; 4+ messages in thread
From: Ulf Carlsson @ 1998-08-17 19:37 UTC (permalink / raw)
  To: Lukas Grunwald; +Cc: linux

> Thx, it work fine, (booting) but i need a INSTALL Kernel (Bootp/NFS ROOT)
> for
> installing the system.

Nice to hear :)

I have compiled a version with bootp and nfs root now on your demand,
sgilinux-sc-2.tgz. Have fun.

- Ulf

^ permalink raw reply	[flat|nested] 4+ messages in thread

* R4[04]00SC
@ 2004-02-06 14:22 Ralf Baechle
  0 siblings, 0 replies; 4+ messages in thread
From: Ralf Baechle @ 2004-02-06 14:22 UTC (permalink / raw)
  To: Maciej W. Rozycki; +Cc: linux-mips

We still have this stuff in flush_cache_mm():

       /*
         * Kludge alert.  For obscure reasons R4000SC and R4400SC go nuts if we
         * only flush the primary caches but R10000 and R12000 behave sane ...
         */
        if (current_cpu_data.cputype == CPU_R4000SC ||
            current_cpu_data.cputype == CPU_R4000MC ||
            current_cpu_data.cputype == CPU_R4400SC ||
            current_cpu_data.cputype == CPU_R4400MC)
                r4k_blast_scache();

You have any idea what might make this necessary?  This slows down
SC systems quite badly but makes the compiler from eleminating the
call to r4k_blast_scache() on systems that don't have one of these
processors.

Could be kludged a bit by also testing cpu_has_subset_pcaches() but
that'd be a hack.

  Ralf

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-02-06 14:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-06 14:22 R4[04]00SC Ralf Baechle
     [not found] <Pine.LNX.3.96.980813210627.17725A-100000@dn.demo.org>
1998-08-17 19:37 ` R4[04]00SC Ulf Carlsson
1998-08-17 19:37   ` R4[04]00SC Ulf Carlsson
  -- strict thread matches above, loose matches on Subject: below --
1998-08-17 16:57 R4[04]00SC Ulf Carlsson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox