summaryrefslogtreecommitdiff
path: root/sys/arch/mips64
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2013-03-25 17:46:25 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2013-03-25 17:46:25 +0000
commit6612be82ed231946ef124c31fa1d5082c2eadbfb (patch)
treea88ef0a49d158bf2a6018f00cc8d74872cf9e1c5 /sys/arch/mips64
parent5ef325837bcb9bdc9d78356cc5efda8bd424be26 (diff)
ALIGNBYTES/ALIGN/ALIGNED_POINTER can move to the MI file.
Diffstat (limited to 'sys/arch/mips64')
-rw-r--r--sys/arch/mips64/include/param.h6
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