Subject: Re: CVS commit: syssrc/sys/arch
To: None <simonb@wasabisystems.com>
From: UCHIYAMA Yasushi <uch@vnop.net>
List: port-sh3
Date: 03/04/2002 13:39:24
| The reason for having all the machdep sysctl info in the cpu-wide
| cpu.h is so that you can share the sysctl(8) binary (and possibly
| others) across all ports that use the same processor. Now, for
| example, you can't query CPU_LOADANDRESET on mmeye and evbsh3
| with a sysctl(8) binary built on dreamcast or hpcsh.
I see. I'll merge it again.
My intention was that sh3 are used for embeded machines. it might
need more machine-specific sysctl to reflect its machine personality
in the future, so I splited it for easy to implement. And I thought
cpu-wide was something rigid.
---
UCHIYAMA Yasushi
uch@vnop.net