Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35675
b: refs/heads/master
c: 930631e
h: refs/heads/master
i:
  35673: 26fd754
  35671: 6267585
v: v3
  • Loading branch information
Steven Whitehouse authored and Linus Torvalds committed Sep 26, 2006
1 parent c993a9c commit b75f314
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: 060ec3d52db417a4fa554b6e14594ca62418c326
refs/heads/master: 930631edd4b1fe2781d9fe90edbe35d89dfc94cc
1 change: 1 addition & 0 deletions trunk/include/linux/kernel.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ extern const char linux_banner[];
#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
#define ALIGN(x,a) (((x)+(a)-1UL)&~((a)-1UL))
#define FIELD_SIZEOF(t, f) (sizeof(((t*)0)->f))
#define DIV_ROUND_UP(n,d) (((n) + (d) - 1) / (d))
#define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y))

#define KERN_EMERG "<0>" /* system is unusable */
Expand Down

0 comments on commit b75f314

Please sign in to comment.