diff options
Diffstat (limited to 'sys/arch/amd64/include/param.h')
-rw-r--r-- | sys/arch/amd64/include/param.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/amd64/include/param.h b/sys/arch/amd64/include/param.h index 6b6959d4ce3..75657dd575b 100644 --- a/sys/arch/amd64/include/param.h +++ b/sys/arch/amd64/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.20 2013/03/23 16:12:20 deraadt Exp $ */ +/* $OpenBSD: param.h,v 1.21 2013/03/25 17:46:24 deraadt Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -49,10 +49,6 @@ #define MACHINE_ARCH "amd64" #define MID_MACHINE MID_AMD64 -#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) |