Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323974
b: refs/heads/master
c: 3d13340
h: refs/heads/master
v: v3
  • Loading branch information
Mathias Krause authored and Ingo Molnar committed Sep 5, 2012
1 parent 9fd8c86 commit ade589a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: f00026276ace77dcad1cdf17f696ae4e56e12ee6
refs/heads/master: 3d1334064fb365ea8f299874c2b4c46de2bee74d
3 changes: 2 additions & 1 deletion trunk/arch/x86/include/asm/vdso.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ extern const char VDSO32_PRELINK[];
#define VDSO32_SYMBOL(base, name) \
({ \
extern const char VDSO32_##name[]; \
(void *)(VDSO32_##name - VDSO32_PRELINK + (unsigned long)(base)); \
(void __user *)(VDSO32_##name - VDSO32_PRELINK + \
(unsigned long)(base)); \
})
#endif

Expand Down

0 comments on commit ade589a

Please sign in to comment.