summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/include/param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/include/param.h b/sys/amd64/include/param.h
index 9f73c2c..c1dccb9 100644
--- a/sys/amd64/include/param.h
+++ b/sys/amd64/include/param.h
@@ -87,7 +87,7 @@
#define ALIGNBYTES _ALIGNBYTES
#define ALIGN(p) _ALIGN(p)
-#define ALIGNED_POINTER(p,t) _ALIGNED_POINTER((p),(t))
+#define ALIGNED_POINTER(p,t) _ALIGNED_POINTER(p,t)
/* Size of the level 1 page table units */
OpenPOWER on IntegriCloud