From 6612be82ed231946ef124c31fa1d5082c2eadbfb Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 25 Mar 2013 17:46:25 +0000 Subject: ALIGNBYTES/ALIGN/ALIGNED_POINTER can move to the MI file. --- sys/arch/mips64/include/param.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sys/arch/mips64') 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 #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 -- cgit v1.2.3