Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4166
b: refs/heads/master
c: 7bc7fc5
h: refs/heads/master
v: v3
  • Loading branch information
Todd Poynor authored and Russell King committed Jul 6, 2005
1 parent 15c45b5 commit 678fc6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bcaafbe4a14e3c9b5275b3986c7599f7c6c278e4
refs/heads/master: 7bc7fc50ce272d9a68f8e11707cfc2cc94f4e8f5
3 changes: 3 additions & 0 deletions trunk/arch/arm/kernel/armksyms.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ extern void fp_enter(void);
* This has a special calling convention; it doesn't
* modify any of the usual registers, except for LR.
*/
#define EXPORT_CRC_ALIAS(sym) __CRC_SYMBOL(sym, "")

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

0 comments on commit 678fc6d

Please sign in to comment.