Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1456
b: refs/heads/master
c: d68b862
h: refs/heads/master
v: v3
  • Loading branch information
Roland McGrath authored and Linus Torvalds committed May 26, 2005
1 parent b9b39ec commit 9ff5a6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 4ec5240ec367a592834385893200dd4fb369354c
refs/heads/master: d68b8622ccbee8a18e495ad1650c3306f2eeb0d6
4 changes: 1 addition & 3 deletions trunk/include/asm-i386/linkage.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
#define FASTCALL(x) x __attribute__((regparm(3)))
#define fastcall __attribute__((regparm(3)))

#ifdef CONFIG_REGPARM
# define prevent_tail_call(ret) __asm__ ("" : "=r" (ret) : "0" (ret))
#endif
#define prevent_tail_call(ret) __asm__ ("" : "=r" (ret) : "0" (ret))

#ifdef CONFIG_X86_ALIGNMENT_16
#define __ALIGN .align 16,0x90
Expand Down

0 comments on commit 9ff5a6d

Please sign in to comment.