diff options
author | Peter Wemm <peter@FreeBSD.org> | 2003-06-04 02:15:13 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2003-06-04 02:15:13 +0000 |
commit | 7fc03ef474957a0437c68debe3b652f082d46c41 (patch) | |
tree | 8b2989775b9101aa1f9dada2752c722d03f2a656 | |
parent | c9192519e48e08530e6cdf1e121776f5f88e21df (diff) |
Notes
-rw-r--r-- | sys/amd64/include/param.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/include/param.h b/sys/amd64/include/param.h index 9f73c2c9a10c..c1dccb9f3497 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 */ |