diff options
Diffstat (limited to 'sys/arch/mips64')
-rw-r--r-- | sys/arch/mips64/include/param.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/mips64/include/param.h b/sys/arch/mips64/include/param.h index d22b5415a8b..9721822f720 100644 --- a/sys/arch/mips64/include/param.h +++ b/sys/arch/mips64/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.31 2013/03/23 16:12:25 deraadt Exp $ */ +/* $OpenBSD: param.h,v 1.32 2013/03/25 17:46:24 deraadt Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -41,10 +41,6 @@ #include <machine/cpu.h> #endif -#define ALIGNBYTES _ALIGNBYTES -#define ALIGN(p) _ALIGN(p) -#define ALIGNED_POINTER(p,t) _ALIGNED_POINTER(p,t) - #define PAGE_SIZE (1 << PAGE_SHIFT) #define PAGE_MASK (PAGE_SIZE - 1) #define PGSHIFT PAGE_SHIFT |