resettodr() now exists, enable it

This commit is contained in:
Andrey A. Chernov 1994-09-20 00:32:40 +00:00
parent 7b915aa631
commit e79033e4cf
2 changed files with 2 additions and 6 deletions

View File

@ -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.

View File

@ -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.