diff options
Diffstat (limited to 'sys/arch/mips')
-rw-r--r-- | sys/arch/mips/include/param.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mips/include/param.h b/sys/arch/mips/include/param.h index a3511234534..7dd123c4a3f 100644 --- a/sys/arch/mips/include/param.h +++ b/sys/arch/mips/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.4 2001/05/10 22:46:38 miod Exp $ */ +/* $OpenBSD: param.h,v 1.5 2001/05/13 02:37:29 millert Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -72,7 +72,7 @@ #define PAGE_SHIFT 12 #define PAGE_SIZE (1 << PAGE_SHIFT) -#define PAGE_MASK (PAGE_SHIFT - 1) +#define PAGE_MASK (PAGE_SIZE - 1) #define NPTEPG (NBPG/4) |