From: Jun Sun <jsun@mvista.com>
To: "Maciej W. Rozycki" <macro@ds2.pg.gda.pl>
Cc: Ralf Baechle <ralf@oss.sgi.com>,
linux-mips@fnet.fr, linux-mips@oss.sgi.com
Subject: Re: [patch] linux: cpu_probe(): remove 32-bit CPU bits for MIPS64
Date: Tue, 23 Jul 2002 11:20:13 -0700 [thread overview]
Message-ID: <3D3D9E5D.8080309@mvista.com> (raw)
In-Reply-To: Pine.GSO.3.96.1020723144023.26569B-100000@delta.ds2.pg.gda.pl
Maciej W. Rozycki wrote:
> On Tue, 23 Jul 2002, Ralf Baechle wrote:
>
>
>>I intentionally have that 32-bit stuff in the 64-bit kernel so we can simply
>>have share identical CPU probing code between the 32-bit and 64-bit kernels.
>>This in anticipation of a further unification of the two ports which still
>>duplicate plenty of code with just minor changes.
>
>
> I suspected a maintability reason. Thus as a temporary fix I'm checking
> in a version that provides the missing cpu_has_fpu() function (a copy
> from the trunk).
>
>
>>To make sharing easier I suggest to move all the CPU probing code into it's
>>own file, probe.c or so?
>
>
> That might be a good idea in principle, but it won't solve the problem
> anyway. I'd like to see the code for 32-bit processors get annihilated by
> the compiler if built for mips64. I'll look at it soon. The MIPS32/64
> crap needs to be fixed here as well.
>
FWIW, I like to see CPU probing and setup done in a distributed, configurable
fashion. Here are some of my ideas which have been floating around for a while.
. There is a global table, where each entry in the table have (at least) four
fields:
uint company_id
uint processor_id
uint revision_id
void (*setup_cpu)(void);
. cpu_probe() simply reads prid register and search through the table. If it
finds matching one, then issue the (setup_cpu) call.
. matching allows wildcard matching. Apparently more specific entry should be
checked before more generic entries.
. cpu cache routines and tlb routines are organized accordingly, so that
static configurations can be done sensibly.
This structure allows maximum code sharing for conforming CPUs and also give
an easy for unique ones or buggy, early-production ones. It should also make
it easy to add or remove support for particular CPU or CPU family. Of course,
more details need to be fleshed out.
Jun
next prev parent reply other threads:[~2002-07-23 18:30 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-07-23 11:55 [patch] linux: cpu_probe(): remove 32-bit CPU bits for MIPS64 Maciej W. Rozycki
2002-07-23 12:14 ` Ralf Baechle
2002-07-23 13:05 ` Maciej W. Rozycki
2002-07-23 13:23 ` Ralf Baechle
2002-07-23 13:31 ` Maciej W. Rozycki
2002-07-23 13:59 ` Ralf Baechle
2002-07-23 18:20 ` Jun Sun [this message]
2002-07-24 15:11 ` Maciej W. Rozycki
2002-07-23 14:38 ` Kevin D. Kissell
2002-07-23 14:38 ` Kevin D. Kissell
2002-07-23 14:49 ` Ralf Baechle
2002-07-23 16:00 ` Maciej W. Rozycki
2002-07-23 21:13 ` Kevin D. Kissell
2002-07-24 14:52 ` Ralf Baechle
2002-07-24 15:05 ` Maciej W. Rozycki
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=3D3D9E5D.8080309@mvista.com \
--to=jsun@mvista.com \
--cc=linux-mips@fnet.fr \
--cc=linux-mips@oss.sgi.com \
--cc=macro@ds2.pg.gda.pl \
--cc=ralf@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox