diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-12-12 20:36:34 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-12-12 20:36:34 +0000 |
commit | 1f8007eb44b203c130b154b255878a842721d381 (patch) | |
tree | 75f76d85d0e40f9de98dc70e6ebb26beb05148d6 /sys/arch/mvme88k/conf/files.mvme88k | |
parent | f0cfa38ae02bc020a72577cf17fb5d3fcb8fd943 (diff) |
Move the MC88410 support code to a specific .c function instead of heavy
(and large) inlines.
While there, provide correct register clobbering information to the
__asm__ statements, and fix mc88410_flush_page() evil typo.
Finally, rework mc88410_inval() busy-wait logic to behave correctly in all
cases.
Diffstat (limited to 'sys/arch/mvme88k/conf/files.mvme88k')
-rw-r--r-- | sys/arch/mvme88k/conf/files.mvme88k | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mvme88k/conf/files.mvme88k b/sys/arch/mvme88k/conf/files.mvme88k index 2200033a696..3e5f5aff3ed 100644 --- a/sys/arch/mvme88k/conf/files.mvme88k +++ b/sys/arch/mvme88k/conf/files.mvme88k @@ -1,4 +1,4 @@ -# $OpenBSD: files.mvme88k,v 1.38 2005/10/24 19:28:29 miod Exp $ +# $OpenBSD: files.mvme88k,v 1.39 2005/12/12 20:36:30 miod Exp $ # maxpartitions 16 @@ -82,6 +82,7 @@ file arch/mvme88k/mvme88k/m188_machdep.c mvme188 file arch/mvme88k/mvme88k/m197_machdep.c mvme197 file arch/mvme88k/mvme88k/m88110.c m88110 file arch/mvme88k/mvme88k/m8820x.c m88100 +file arch/mvme88k/mvme88k/m88410.c m88110 file arch/mvme88k/mvme88k/mem.c file arch/mvme88k/mvme88k/pmap_bootstrap.c file arch/mvme88k/mvme88k/pmap_table.c |