Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5903
b: refs/heads/master
c: 83c4e43
h: refs/heads/master
i:
  5901: d524875
  5899: 11a3aba
  5895: 2612049
  5887: cb047e6
v: v3
  • Loading branch information
Al Viro authored and David S. Miller committed Aug 19, 2005
1 parent 1b44687 commit e87a969
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: a3f9985843b674cbcb58f39fab8416675e7ab842
refs/heads/master: 83c4e43722a2c8a8438b8d165047720fd36aaea4
5 changes: 3 additions & 2 deletions trunk/arch/sparc/kernel/sparc_ksyms.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,9 @@ extern void ___rw_write_enter(void);
* The module references will be fixed up by module_frob_arch_sections.
*/
#define DOT_ALIAS2(__ret, __x, __arg1, __arg2) \
extern __ret __x(__arg1, __arg2) \
__attribute__((weak, alias("." # __x)));
extern __ret __x(__arg1, __arg2); \
asm(".weak " #__x);\
asm(#__x "=." #__x);

DOT_ALIAS2(int, div, int, int)
DOT_ALIAS2(int, mul, int, int)
Expand Down

0 comments on commit e87a969

Please sign in to comment.