Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9849
b: refs/heads/master
c: a7b1bbb
h: refs/heads/master
i:
  9847: 7c0cc21
v: v3
  • Loading branch information
Ben Dooks authored and Russell King committed Oct 12, 2005
1 parent 0c593fe commit 3014109
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 17efa644f624a521e4a6c6a4641d39d227a9b24a
refs/heads/master: a7b1bbbc89194deba8cde02200f08b3840c9daa2
4 changes: 2 additions & 2 deletions trunk/arch/arm/kernel/armksyms.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ extern void fp_enter(void);

#define EXPORT_SYMBOL_ALIAS(sym,orig) \
EXPORT_CRC_ALIAS(sym) \
const struct kernel_symbol __ksymtab_##sym \
__attribute__((section("__ksymtab"))) = \
static const struct kernel_symbol __ksymtab_##sym \
__attribute_used__ __attribute__((section("__ksymtab"))) = \
{ (unsigned long)&orig, #sym };

/*
Expand Down

0 comments on commit 3014109

Please sign in to comment.