diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-11-11 16:50:22 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-11-11 16:50:22 +0000 |
commit | 4b24f674c5fa62ea0215199ce4c4cb6c7169e914 (patch) | |
tree | 07ff7003bf8179f007f6cdca6b984e113540866e /sys/arch/sparc64/include | |
parent | 2f7c83ece2fc2aa97beb6917f7f68ef1300b129c (diff) |
Remove machdep.booted_kernel sysctl of questionable usefulness.
ok deraadt@
Diffstat (limited to 'sys/arch/sparc64/include')
-rw-r--r-- | sys/arch/sparc64/include/cpu.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/sparc64/include/cpu.h b/sys/arch/sparc64/include/cpu.h index e109dd4e92b..33f2d15239b 100644 --- a/sys/arch/sparc64/include/cpu.h +++ b/sys/arch/sparc64/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.32 2005/09/21 21:08:35 miod Exp $ */ +/* $OpenBSD: cpu.h,v 1.33 2005/11/11 16:50:19 miod Exp $ */ /* $NetBSD: cpu.h,v 1.28 2001/06/14 22:56:58 thorpej Exp $ */ /* @@ -47,7 +47,6 @@ /* * CTL_MACHDEP definitions. */ -#define CPU_BOOTED_KERNEL 1 /* string: booted kernel name */ #define CPU_LED_BLINK 2 /* int: blink leds? */ #define CPU_ALLOWAPERTURE 3 /* allow xf86 operations */ #define CPU_CPUTYPE 4 /* cpu type */ @@ -57,7 +56,7 @@ #define CTL_MACHDEP_NAMES { \ { 0, 0 }, \ - { "booted_kernel", CTLTYPE_STRING }, \ + { 0, 0 }, \ { "led_blink", CTLTYPE_INT }, \ { "allowaperture", CTLTYPE_INT }, \ { "cputype", CTLTYPE_INT }, \ |