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/solbourne | |
parent | 5ef325837bcb9bdc9d78356cc5efda8bd424be26 (diff) |
ALIGNBYTES/ALIGN/ALIGNED_POINTER can move to the MI file.
Diffstat (limited to 'sys/arch/solbourne')
-rw-r--r-- | sys/arch/solbourne/include/param.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/solbourne/include/param.h b/sys/arch/solbourne/include/param.h index aeb17b1e503..f070b52dd08 100644 --- a/sys/arch/solbourne/include/param.h +++ b/sys/arch/solbourne/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.11 2013/03/23 16:12:27 deraadt Exp $ */ +/* $OpenBSD: param.h,v 1.12 2013/03/25 17:46:24 deraadt Exp $ */ /* * Copyright (c) 1992, 1993 @@ -53,10 +53,6 @@ #define MACHINE_ARCH "sparc" #define MID_MACHINE MID_SPARC -#define ALIGNBYTES _ALIGNBYTES -#define ALIGN(p) _ALIGN(p) -#define ALIGNED_POINTER(p,t) _ALIGNED_POINTER(p,t) - #define SUN4_PGSHIFT 13 /* for a sun4 machine */ #define SUN4CM_PGSHIFT 12 /* for a sun4c or sun4m machine */ #define PAGE_SHIFT SUN4_PGSHIFT |