bjh21
|
40333cf8fd
|
Kill cpu_host and cpu_flags: they weren't having any practical effect.
|
2001-03-03 21:34:00 +00:00 |
|
bjh21
|
c32dba2092
|
Remove support for /dev/cpu*. This code has never done anything useful anyway.
|
2001-03-03 18:04:34 +00:00 |
|
bjh21
|
2a91058dd3
|
Remove spurious declaration of initialise_fpe().
|
2001-03-03 17:49:58 +00:00 |
|
bjh21
|
2029721f3f
|
NCPU will always be 1 if this file is being compiled at all, so don't bother
checking it.
|
2001-03-03 17:46:31 +00:00 |
|
bjh21
|
f578e88d0f
|
Re-design identify_arm_cpu() to use a table of CPU types. This also makes
it easy for it to identify lots of CPU types, so have it do that too.
|
2001-03-03 17:09:25 +00:00 |
|
bjh21
|
5b15e666a1
|
ARM7100 -> ARM710A, following information from reinoud.
|
2001-03-01 23:45:56 +00:00 |
|
bjh21
|
2ff5d800ab
|
Fix up indentation, and remove a spurious set of braces. Should be no
semantic change from the last revision.
|
2001-02-26 14:01:58 +00:00 |
|
bjh21
|
03737e3e40
|
fpe-sp, and the associated "options FPE", was deleted in 1997. G/C references
to it.
|
2001-02-26 13:45:07 +00:00 |
|
bjh21
|
3fb058011a
|
Move arm32 ports over to using <arm/armreg.h>, so <cpu.h> mostly contains
NetBSD-specific definitions.
This also entails some changes to the way CPU identification is done. I hope
I've got it right.
|
2001-02-25 21:31:13 +00:00 |
|
bjh21
|
c7c73cbe90
|
The cpu_type element of struct _cpu was only used in identify_arm_cpu().
Make it a local variable.
|
2001-02-25 18:40:26 +00:00 |
|
reinoud
|
086a93939c
|
Part 2 of merge.... the dissapearance of mainbus from arm32 and hpcarm;
these parts were a 100% the same and i've included the extensions made by
hpcarm in the tree.
Checked for occurence of MD parts; none found.
|
2001-02-24 19:38:01 +00:00 |
|