From 8ddc7e6006d761db736aada6c3b6c8c7552d2d48 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Fri, 24 Aug 2001 22:47:19 +0000 Subject: Cleanup. --- sys/arch/mvme88k/include/mmu.h | 24 ++---------------------- 1 file changed, 2 insertions(+), 22 deletions(-) (limited to 'sys/arch') diff --git a/sys/arch/mvme88k/include/mmu.h b/sys/arch/mvme88k/include/mmu.h index 56edd2b6216..b8d38a941db 100644 --- a/sys/arch/mvme88k/include/mmu.h +++ b/sys/arch/mvme88k/include/mmu.h @@ -1,13 +1,4 @@ -/* $OpenBSD: mmu.h,v 1.11 2001/08/12 12:03:02 heko Exp $ */ -/* - * Ashura Project - */ -/* - * HISTORY - * - * Original SCCS ID in ISEDL - * @(#)mmu.h 1.22 90/09/20 19:13:34 - */ +/* $OpenBSD: mmu.h,v 1.12 2001/08/24 22:47:18 miod Exp $ */ #ifndef __MACHINE_MMU_H__ #define __MACHINE_MMU_H__ @@ -211,17 +202,6 @@ typedef union batc_template { if (!PAGE_ALIGNED(ad)) \ printf("%s: addr %x not page aligned.\n", who, ad) -/* - * Flags for cmmu_store() - */ -#define STORE_CMD 0 -#define STORE_UAPR 4 -#define STORE_SAPR 8 -#define STORE_BATCWP 0x400 - -#define C_CMMU 0 -#define D_CMMU 0x1000 - /* * Parameters for ATC(TLB) fulsh */ @@ -246,7 +226,7 @@ typedef union batc_template { #define CACHE_MASK (~(unsigned)(CACHE_INH | CACHE_GLOBAL | CACHE_WT)) /* - * Prototype for invalidate_pte found in "motorola/m88k/m88100/misc.s" + * Prototype for invalidate_pte found in locore_asm_routines.S */ unsigned invalidate_pte(pt_entry_t *pointer); -- cgit v1.2.3