diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-04-27 14:07:10 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-04-27 14:07:10 +0000 |
commit | b0165a268dc55b71e91bb2ca4234eb68b71fcc94 (patch) | |
tree | e89b62fb6f4820ef1fe934432b0a95f157f9e6b6 /sys/arch/m88k/include/mmu.h | |
parent | e65dc773b68687dfe71687364e2e666c7443fa8e (diff) |
Move constants for dma_cachectl() to cmmu.h where they belong.
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) |