Use m68k cacheops

This commit is contained in:
leo 1997-06-04 14:33:49 +00:00
parent bafe3a5dcf
commit f42858310e
7 changed files with 23 additions and 7 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: db_memrw.c,v 1.8 1996/12/09 17:35:24 thorpej Exp $ */
/* $NetBSD: db_memrw.c,v 1.9 1997/06/04 14:33:49 leo Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@ -65,6 +65,9 @@
#include <machine/db_machdep.h>
#include <machine/cpu.h>
#include <m68k/cpu.h>
#include <m68k/cacheops.h>
#include <ddb/db_access.h>
static void db_write_text __P((vm_offset_t, size_t, char *));

View File

@ -1,4 +1,4 @@
/* $NetBSD: pmap.c,v 1.18 1997/03/10 14:44:28 leo Exp $ */
/* $NetBSD: pmap.c,v 1.19 1997/06/04 14:33:51 leo Exp $ */
/*
* Copyright (c) 1991 Regents of the University of California.
@ -84,6 +84,8 @@
#include <sys/user.h>
#include <vm/vm_kern.h>
#include <vm/vm_page.h>
#include <m68k/cpu.h>
#include <m68k/cacheops.h>
#include <machine/pte.h>
#include <machine/cpu.h>
#include <machine/vmparam.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: sys_machdep.c,v 1.9 1997/05/19 10:14:54 veego Exp $ */
/* $NetBSD: sys_machdep.c,v 1.10 1997/06/04 14:33:53 leo Exp $ */
/*
* Copyright (c) 1982, 1986 Regents of the University of California.
@ -52,6 +52,9 @@
#include <vm/vm.h>
#include <m68k/cpu.h>
#include <m68k/cacheops.h>
#ifdef TRACE
int nvualarm;

View File

@ -1,4 +1,4 @@
/* $NetBSD: trap.c,v 1.26 1997/05/19 10:14:56 veego Exp $ */
/* $NetBSD: trap.c,v 1.27 1997/06/04 14:33:53 leo Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -59,6 +59,9 @@
#include <sys/user.h>
#include <vm/pmap.h>
#include <m68k/cpu.h>
#include <m68k/cacheops.h>
#include <machine/psl.h>
#include <machine/trap.h>
#include <machine/cpu.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: vm_machdep.c,v 1.11 1997/05/19 10:14:58 veego Exp $ */
/* $NetBSD: vm_machdep.c,v 1.12 1997/06/04 14:33:54 leo Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -51,6 +51,8 @@
#include <sys/core.h>
#include <sys/exec_aout.h>
#include <m68k/reg.h>
#include <m68k/cpu.h>
#include <m68k/cacheops.h>
#include <vm/vm.h>
#include <sys/user.h>

View File

@ -1,5 +1,5 @@
#
# $NetBSD: files.atari,v 1.39 1997/05/25 12:41:56 leo Exp $
# $NetBSD: files.atari,v 1.40 1997/06/04 14:34:02 leo Exp $
maxpartitions 16
@ -164,6 +164,7 @@ file arch/atari/atari/db_memrw.c ddb
file arch/atari/atari/fpu.c
file arch/atari/dev/ym2149.c
file arch/atari/atari/intr.c
file arch/m68k/m68k/cacheops.c
file arch/m68k/m68k/sig_machdep.c
# Emulation modules

View File

@ -1,4 +1,4 @@
/* $NetBSD: atari5380.c,v 1.25 1997/04/06 12:42:44 leo Exp $ */
/* $NetBSD: atari5380.c,v 1.26 1997/06/04 14:34:03 leo Exp $ */
/*
* Copyright (c) 1995 Leo Weppelman.
@ -40,6 +40,8 @@
#include <scsi/scsiconf.h>
#include <m68k/asm_single.h>
#include <m68k/cpu.h>
#include <m68k/cacheops.h>
#include <atari/atari/stalloc.h>