#include cpufunc.h from pmap.h.

This commit is contained in:
mycroft 1994-10-09 15:00:38 +00:00
parent 2013b5f349
commit c3fa5122d6
5 changed files with 10 additions and 8 deletions

View File

@ -24,7 +24,7 @@
* rights to redistribute these changes.
*
* From: db_interface.c,v 2.4 1991/02/05 17:11:13 mrt (CMU)
* $Id: db_interface.c,v 1.12 1994/10/09 13:27:07 mycroft Exp $
* $Id: db_interface.c,v 1.13 1994/10/09 15:02:08 mycroft Exp $
*/
/*
@ -38,7 +38,6 @@
#include <vm/vm.h>
#include <machine/cpufunc.h>
#include <machine/db_machdep.h>
extern jmp_buf *db_recover;

View File

@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* from: @(#)pmap.c 7.7 (Berkeley) 5/12/91
* $Id: pmap.c,v 1.22 1994/09/09 23:58:48 mycroft Exp $
* $Id: pmap.c,v 1.23 1994/10/09 15:02:12 mycroft Exp $
*/
/*
@ -87,7 +87,6 @@
#include <vm/vm_page.h>
#include <machine/cpu.h>
#include <machine/cpufunc.h>
#include <i386/isa/isa.h>

View File

@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* from: @(#)vm_machdep.c 7.3 (Berkeley) 5/13/91
* $Id: vm_machdep.c,v 1.34 1994/10/09 13:09:12 mycroft Exp $
* $Id: vm_machdep.c,v 1.35 1994/10/09 15:02:15 mycroft Exp $
*/
/*
@ -57,7 +57,6 @@
#include <vm/vm_kern.h>
#include <machine/cpu.h>
#include <machine/cpufunc.h>
#include <machine/reg.h>
#include "npx.h"

View File

@ -27,9 +27,12 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: cpufunc.h,v 1.6 1994/10/09 13:02:56 mycroft Exp $
* $Id: cpufunc.h,v 1.7 1994/10/09 15:00:38 mycroft Exp $
*/
#ifndef _I386_CPUFUNC_H_
#define _I386_CPUFUNC_H_
/*
* Functions to provide access to i386-specific instructions.
*/
@ -128,3 +131,4 @@ enable_intr(void)
__asm __volatile("sti");
}
#endif /* !_I386_CPUFUNC_H_ */

View File

@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)pmap.h 7.4 (Berkeley) 5/12/91
* $Id: pmap.h,v 1.13 1994/10/09 13:11:18 mycroft Exp $
* $Id: pmap.h,v 1.14 1994/10/09 15:00:42 mycroft Exp $
*/
/*
@ -51,6 +51,7 @@
#ifndef _I386_PMAP_H_
#define _I386_PMAP_H_
#include <machine/cpufunc.h>
#include <machine/pte.h>
/*