Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 369917
b: refs/heads/master
c: 126de6b
h: refs/heads/master
i:
  369915: 323240b
v: v3
  • Loading branch information
James Hogan authored and Linus Torvalds committed May 1, 2013
1 parent bc7b43a commit 54cbec2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 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: 73287a43cc79ca06629a88d1a199cd283f42456a
refs/heads/master: 126de6b20bfb82cc19012d5048f11f339ae5a021
7 changes: 2 additions & 5 deletions trunk/include/linux/linkage.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,11 @@
#define asmlinkage CPP_ASMLINKAGE
#endif

#ifndef SYMBOL_NAME
#ifdef CONFIG_SYMBOL_PREFIX
#define SYMBOL_NAME(x) CONFIG_SYMBOL_PREFIX ## x
#define __SYMBOL_NAME(x) CONFIG_SYMBOL_PREFIX __stringify(x)
#else
#define SYMBOL_NAME(x) x
#define __SYMBOL_NAME(x) __stringify(x)
#endif
#endif
#define __SYMBOL_NAME(x) __stringify(SYMBOL_NAME(x))

#ifndef cond_syscall
#define cond_syscall(x) asm(".weak\t" __SYMBOL_NAME(x) \
Expand Down

0 comments on commit 54cbec2

Please sign in to comment.