From e79033e4cf63902f9d85330a019b138ebc01891d Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Tue, 20 Sep 1994 00:32:40 +0000 Subject: [PATCH] resettodr() now exists, enable it --- sys/amd64/include/cpu.h | 4 +--- sys/i386/include/cpu.h | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/sys/amd64/include/cpu.h b/sys/amd64/include/cpu.h index b49d00bd8be..b3dfe6ed96e 100644 --- a/sys/amd64/include/cpu.h +++ b/sys/amd64/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. diff --git a/sys/i386/include/cpu.h b/sys/i386/include/cpu.h index b49d00bd8be..b3dfe6ed96e 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.