diff options
Diffstat (limited to 'sys/arch/m88k/include/mmu.h')
-rw-r--r-- | sys/arch/m88k/include/mmu.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/arch/m88k/include/mmu.h b/sys/arch/m88k/include/mmu.h index f4dae74386c..601f84ce81a 100644 --- a/sys/arch/m88k/include/mmu.h +++ b/sys/arch/m88k/include/mmu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mmu.h,v 1.2 2004/05/23 20:52:15 miod Exp $ */ +/* $OpenBSD: mmu.h,v 1.3 2005/04/27 14:07:09 miod Exp $ */ /* * This file bears almost no resemblance to the original m68k file, @@ -221,13 +221,6 @@ typedef u_int32_t pt_ind_entry_t; #define M88K_BTOBLK(x) (x >> BATC_BLKSHIFT) -/* - * DMA and caching control - */ -#define DMA_CACHE_SYNC 0x1 -#define DMA_CACHE_SYNC_INVAL 0x2 -#define DMA_CACHE_INV 0x3 - static pt_entry_t invalidate_pte(pt_entry_t *); static __inline__ pt_entry_t invalidate_pte(pt_entry_t *pte) |