Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34384
b: refs/heads/master
c: 4c8bd7e
h: refs/heads/master
v: v3
  • Loading branch information
David Miller authored and Linus Torvalds committed Sep 23, 2006
1 parent 6642a5e commit 3d5e986
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3eeab61aa3ddd3c0bedb7449ada1599de22fdb5a
refs/heads/master: 4c8bd7eeee4c8f157fb61fb64b57500990b42e0e
2 changes: 1 addition & 1 deletion trunk/include/linux/kernel.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ extern const char linux_banner[];
#define STACK_MAGIC 0xdeadbeef

#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
#define ALIGN(x,a) (((x)+(a)-1)&~((a)-1))
#define ALIGN(x,a) (((x)+(a)-1UL)&~((a)-1UL))
#define FIELD_SIZEOF(t, f) (sizeof(((t*)0)->f))
#define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y))

Expand Down

0 comments on commit 3d5e986

Please sign in to comment.