summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/cpu.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-09-20 00:32:40 +0000
committerache <ache@FreeBSD.org>1994-09-20 00:32:40 +0000
commit1e403a60b2a280fdd96f57ac516338d1f4d937ac (patch)
tree3ca8986c21eb854e096b39b5722f9344e71b1fc0 /sys/i386/include/cpu.h
parent8f3cc72a797c03302610bed2021da6529c028300 (diff)
downloadFreeBSD-src-1e403a60b2a280fdd96f57ac516338d1f4d937ac.zip
FreeBSD-src-1e403a60b2a280fdd96f57ac516338d1f4d937ac.tar.gz
resettodr() now exists, enable it
Diffstat (limited to 'sys/i386/include/cpu.h')
-rw-r--r--sys/i386/include/cpu.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/i386/include/cpu.h b/sys/i386/include/cpu.h
index b49d00b..b3dfe6e 100644
--- a/sys/i386/include/cpu.h
+++ b/sys/i386/include/cpu.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)cpu.h 5.4 (Berkeley) 5/9/91
- * $Id: cpu.h,v 1.8 1994/09/16 01:05:24 ache Exp $
+ * $Id: cpu.h,v 1.9 1994/09/18 21:37:56 bde Exp $
*/
#ifndef _MACHINE_CPU_H_
@@ -62,8 +62,6 @@
#define CLKF_BASEPRI(framep) (((framep)->cf_ppl & ~SWI_AST_MASK) == 0)
#define CLKF_PC(framep) ((framep)->cf_eip)
-#define resettodr() /* no todr to set */
-
/*
* Preempt the current process if in interrupt from user mode,
* or after the current trap/syscall if in system mode.
OpenPOWER on IntegriCloud