cvs commit: src/sys/sun4v/include cpu.h

Ruslan Ermilov ru at freebsd.org
Wed Mar 26 18:29:36 PDT 2008


Hi Poul-Henning,

On Wed, Mar 26, 2008 at 01:03:51PM +0000, Poul-Henning Kamp wrote:
> phk         2008-03-26 13:03:51 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/sun4v/include    cpu.h 
>   Log:
>   Remove old sysctl stuff which is long gone in other arch's.
>   
>   Revision  Changes    Path
>   1.2       +0 -21     src/sys/sun4v/include/cpu.h
> 
1) sysctl(3) manpage still mentions them, please remove.

: CTL_MACHDEP
:   The set of variables defined is architecture dependent.  The following
:   variables are defined for the i386 architecture.
: 
:         Second level name    Type                  Changeable
:         CPU_CONSDEV          dev_t                 no
:         CPU_ADJKERNTZ        int                   yes
:         CPU_DISRTCSET        int                   yes
:         CPU_BOOTINFO         struct bootinfo       no
:         CPU_WALLCLOCK        int                   yes

2) PowerPC still has one numerically encoded machdep sysctl:

: #define CPU_CACHELINE   1


Cheers,
-- 
Ruslan Ermilov
ru at FreeBSD.org
FreeBSD committer


More information about the cvs-src mailing list