aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
diff options
context:
space:
mode:
authorSam Leffler <sam@FreeBSD.org>2009-07-05 17:45:48 +0000
committerSam Leffler <sam@FreeBSD.org>2009-07-05 17:45:48 +0000
commit8c393fd1f0cc514a007104469b11eaeeefb829b6 (patch)
tree5014c430476acd9a353d9342a22288dd1b848162 /sys/i386
parent559bfa18dce5da2a1ffd664bc16e2c4a6e49d8fc (diff)
downloadsrc-8c393fd1f0cc514a007104469b11eaeeefb829b6.tar.gz
src-8c393fd1f0cc514a007104469b11eaeeefb829b6.zip
Cleanup ALIGNED_POINTER:
o add to platforms where it was missing (arm, i386, powerpc, sparc64, sun4v) o define as "1" on amd64 and i386 where there is no restriction o make the type returned consistent with ALIGN o remove _ALIGNED_POINTER o make associated comments consistent Reviewed by: bde, imp, marcel Approved by: re (kensmith)
Notes
Notes: svn path=/head/; revision=195376
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/include/param.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/i386/include/param.h b/sys/i386/include/param.h
index a6108db09e49..2bcbaf478c94 100644
--- a/sys/i386/include/param.h
+++ b/sys/i386/include/param.h
@@ -73,6 +73,13 @@
#define ALIGNBYTES _ALIGNBYTES
#define ALIGN(p) _ALIGN(p)
+/*
+ * ALIGNED_POINTER is a boolean macro that checks whether an address
+ * is valid to fetch data elements of type t from on this architecture.
+ * This does not reflect the optimal alignment, just the possibility
+ * (within reasonable limits).
+ */
+#define ALIGNED_POINTER(p, t) 1
/*
* CACHE_LINE_SIZE is the compile-time maximum cache line size for an