Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164660
b: refs/heads/master
c: 181f7c5
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Berg authored and Vegard Nossum committed Sep 21, 2009
1 parent 1851e00 commit b15716e
Show file tree
Hide file tree
Showing 2 changed files with 5 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: e3c6c4a8af9e3c4588235444774e66b6483b10ad
refs/heads/master: 181f7c5dd3832763bdf2756b6d2d8a49bdf12791
5 changes: 4 additions & 1 deletion trunk/include/linux/kmemcheck.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,10 @@ static inline void kmemcheck_mark_initialized_pages(struct page *p,
int name##_end[0];

#define kmemcheck_annotate_bitfield(ptr, name) \
do if (ptr) { \
do { \
if (!ptr) \
break; \
\
int _n = (long) &((ptr)->name##_end) \
- (long) &((ptr)->name##_begin); \
BUILD_BUG_ON(_n < 0); \
Expand Down

0 comments on commit b15716e

Please sign in to comment.