diff options
Diffstat (limited to 'sys/arch/m88k')
-rw-r--r-- | sys/arch/m88k/include/param.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/m88k/include/param.h b/sys/arch/m88k/include/param.h index 5cf0d255f9d..b20bd117518 100644 --- a/sys/arch/m88k/include/param.h +++ b/sys/arch/m88k/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.16 2013/03/23 16:12:24 deraadt Exp $ */ +/* $OpenBSD: param.h,v 1.17 2013/03/25 17:46:24 deraadt Exp $ */ /* * Copyright (c) 1999 Steve Murphree, Jr. @@ -48,10 +48,6 @@ #define MACHINE_ARCH "m88k" #define MID_MACHINE MID_M88K -#define ALIGNBYTES _ALIGNBYTES -#define ALIGN(p) _ALIGN(p) -#define ALIGNED_POINTER(p,t) _ALIGNED_POINTER(p,t) - #define PAGE_SHIFT 12 #define PAGE_SIZE (1 << PAGE_SHIFT) #define PAGE_MASK (PAGE_SIZE - 1) |