Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64869
b: refs/heads/master
c: a83308e
h: refs/heads/master
i:
  64867: 9796d2e
v: v3
  • Loading branch information
Matthew Wilcox authored and Linus Torvalds committed Sep 12, 2007
1 parent f81ca24 commit f516aa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f3d79b20df961880697c8442e1f7bc7969ce50a4
refs/heads/master: a83308e60f63749dc1d08acb0d8fa9e2ec13c9a7
1 change: 1 addition & 0 deletions trunk/include/linux/kernel.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ extern const char linux_proc_banner[];

#define ALIGN(x,a) __ALIGN_MASK(x,(typeof(x))(a)-1)
#define __ALIGN_MASK(x,mask) (((x)+(mask))&~(mask))
#define PTR_ALIGN(p, a) ((typeof(p))ALIGN((unsigned long)(p), (a)))

#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]) + __must_be_array(arr))

Expand Down

0 comments on commit f516aa3

Please sign in to comment.