summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2013-03-25 17:46:25 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2013-03-25 17:46:25 +0000
commit6612be82ed231946ef124c31fa1d5082c2eadbfb (patch)
treea88ef0a49d158bf2a6018f00cc8d74872cf9e1c5 /sys/arch/powerpc
parent5ef325837bcb9bdc9d78356cc5efda8bd424be26 (diff)
ALIGNBYTES/ALIGN/ALIGNED_POINTER can move to the MI file.
Diffstat (limited to 'sys/arch/powerpc')
-rw-r--r--sys/arch/powerpc/include/param.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/powerpc/include/param.h b/sys/arch/powerpc/include/param.h
index 3b8fcd3bf71..9701cce43d1 100644
--- a/sys/arch/powerpc/include/param.h
+++ b/sys/arch/powerpc/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.33 2013/03/23 16:12:26 deraadt Exp $ */
+/* $OpenBSD: param.h,v 1.34 2013/03/25 17:46:24 deraadt Exp $ */
/*-
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -44,10 +44,6 @@
#define _MACHINE_ARCH powerpc
#define MID_MACHINE MID_POWERPC
-#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)