diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-03-25 17:46:25 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-03-25 17:46:25 +0000 |
commit | 6612be82ed231946ef124c31fa1d5082c2eadbfb (patch) | |
tree | a88ef0a49d158bf2a6018f00cc8d74872cf9e1c5 /sys/arch/m68k/include | |
parent | 5ef325837bcb9bdc9d78356cc5efda8bd424be26 (diff) |
ALIGNBYTES/ALIGN/ALIGNED_POINTER can move to the MI file.
Diffstat (limited to 'sys/arch/m68k/include')
-rw-r--r-- | sys/arch/m68k/include/param.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/m68k/include/param.h b/sys/arch/m68k/include/param.h index 55fd712bd5d..778ecf0281a 100644 --- a/sys/arch/m68k/include/param.h +++ b/sys/arch/m68k/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.28 2013/03/23 16:12:24 deraadt Exp $ */ +/* $OpenBSD: param.h,v 1.29 2013/03/25 17:46:24 deraadt Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -41,10 +41,6 @@ #define MACHINE_ARCH "m68k" #define MID_MACHINE MID_M68K -#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 |