summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/cpu.h
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2003-05-29 06:30:36 +0000
committermarcel <marcel@FreeBSD.org>2003-05-29 06:30:36 +0000
commit355d7ef9c59f170221a0182ff54a187e7297b0ac (patch)
treed4507959b586ba2265ad9dbd58ffc46c97592128 /sys/ia64/include/cpu.h
parentc050190f4872533abc1c4d29dcbd7f19c42cd0ef (diff)
downloadFreeBSD-src-355d7ef9c59f170221a0182ff54a187e7297b0ac.zip
FreeBSD-src-355d7ef9c59f170221a0182ff54a187e7297b0ac.tar.gz
Move the sysctls of the misalignment handler to where they belong
and use OID_AUTO instead of fixed IDs. Approved by: re@ (blanket)
Diffstat (limited to 'sys/ia64/include/cpu.h')
-rw-r--r--sys/ia64/include/cpu.h16
1 files changed, 5 insertions, 11 deletions
diff --git a/sys/ia64/include/cpu.h b/sys/ia64/include/cpu.h
index 93c142f..da13c01 100644
--- a/sys/ia64/include/cpu.h
+++ b/sys/ia64/include/cpu.h
@@ -70,22 +70,16 @@ struct clockframe {
*/
#define CPU_CONSDEV 1 /* dev_t: console terminal device */
#define CPU_ROOT_DEVICE 2 /* string: root device name */
-#define CPU_UNALIGNED_PRINT 3 /* int: print unaligned accesses */
-#define CPU_UNALIGNED_FIX 4 /* int: fix unaligned accesses */
-#define CPU_UNALIGNED_SIGBUS 5 /* int: SIGBUS unaligned accesses */
-#define CPU_BOOTED_KERNEL 6 /* string: booted kernel name */
-#define CPU_ADJKERNTZ 7 /* int: timezone offset (seconds) */
-#define CPU_DISRTCSET 8 /* int: disable resettodr() call */
-#define CPU_WALLCLOCK 9 /* int: indicates wall CMOS clock */
-#define CPU_MAXID 10 /* valid machdep IDs */
+#define CPU_BOOTED_KERNEL 3 /* string: booted kernel name */
+#define CPU_ADJKERNTZ 4 /* int: timezone offset (seconds) */
+#define CPU_DISRTCSET 5 /* int: disable resettodr() call */
+#define CPU_WALLCLOCK 6 /* int: indicates wall CMOS clock */
+#define CPU_MAXID 7 /* valid machdep IDs */
#define CTL_MACHDEP_NAMES { \
{ 0, 0 }, \
{ "console_device", CTLTYPE_STRUCT }, \
{ "root_device", CTLTYPE_STRING }, \
- { "unaligned_print", CTLTYPE_INT }, \
- { "unaligned_fix", CTLTYPE_INT }, \
- { "unaligned_sigbus", CTLTYPE_INT }, \
{ "booted_kernel", CTLTYPE_STRING }, \
{ "adjkerntz", CTLTYPE_INT }, \
{ "disable_rtc_set", CTLTYPE_INT }, \
OpenPOWER on IntegriCloud