summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/cpu.h
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2006-05-11 22:49:31 +0000
committermarcel <marcel@FreeBSD.org>2006-05-11 22:49:31 +0000
commit10f0f164872f750de0dc1aa4154e6fc450c35cfe (patch)
tree314fa3a0c91ac24059ab20bc7ddbcc12c8ec023f /sys/ia64/include/cpu.h
parent495a1b1a3b1290a8bf8b212746e1754e006c9359 (diff)
downloadFreeBSD-src-10f0f164872f750de0dc1aa4154e6fc450c35cfe.zip
FreeBSD-src-10f0f164872f750de0dc1aa4154e6fc450c35cfe.tar.gz
Fix braino in previous commit: Don't redefine OID_AUTO to something
not equal to -1, or at all for that matter.
Diffstat (limited to 'sys/ia64/include/cpu.h')
-rw-r--r--sys/ia64/include/cpu.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/ia64/include/cpu.h b/sys/ia64/include/cpu.h
index dc7d959..9d7a936 100644
--- a/sys/ia64/include/cpu.h
+++ b/sys/ia64/include/cpu.h
@@ -48,11 +48,6 @@
#define TRAPF_CPL(tf) ((tf)->tf_special.psr & IA64_PSR_CPL)
#define TRAPF_USERMODE(tf) (TRAPF_CPL(tf) != IA64_PSR_CPL_KERN)
-/*
- * CTL_MACHDEP definitions.
- */
-#define OID_AUTO 3 /* int: disable resettodr() call */
-
#ifdef _KERNEL
#ifdef GPROF
OpenPOWER on IntegriCloud