Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: syssrc
Jeff Smith wrote:
> Module Name:  syssrc
> Committed By: jeffs
> Date:         Tue Jul 11 06:34:58 UTC 2000
> 
> Modified Files:
> 
>       syssrc/sys/arch/mips/include: cpu.h
> 
> Log Message:
> 
> Only define machdep sysctls if CPU_MAXID is not defined by machine/cpu.h.
> This lets mips ports have additional machdep sysctl. ...
This will stop having a shared userland amongst same-endian mips ports,
which is not a good thing.  New machdep sysctls should be added to
mips/cpu.h and only implemented on the ports that need them.  I think
all mips ports currently return EOPNOTSUPP in the default case for the
cpu_sysctl() handler...
Simon.
Home |
Main Index |
Thread Index |
Old Index