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/ia64/include/param.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sys/arch/ia64') diff --git a/sys/arch/ia64/include/param.h b/sys/arch/ia64/include/param.h index 7d4342ffac2..6b763baf245 100644 --- a/sys/arch/ia64/include/param.h +++ b/sys/arch/ia64/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.3 2013/03/23 16:12:23 deraadt Exp $ */ +/* $OpenBSD: param.h,v 1.4 2013/03/25 17:46:24 deraadt Exp $ */ /* * Written by Paul Irofti . Public Domain. @@ -13,8 +13,4 @@ #define MACHINE_ARCH "ia64" #define MID_MACHINE MID_IA64 -#define ALIGNBYTES _ALIGNBYTES -#define ALIGN(p) _ALIGN(p) -#define ALIGNED_POINTER(p,t) _ALIGNED_POINTER(p,t) - #endif /* _MACHINE_PARAM_H_ */ -- cgit v1.2.3