Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190851
b: refs/heads/master
c: e1733d2
h: refs/heads/master
i:
  190849: 967704b
  190847: 782c7d7
v: v3
  • Loading branch information
Steven J. Magnani authored and Michal Simek committed May 13, 2010
1 parent d8366e5 commit 82df384
Show file tree
Hide file tree
Showing 2 changed files with 11 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: 538722ca3b762023ac65cec214901a1ebff8b575
refs/heads/master: e1733d2c397476c245a681ba0b54c88858b7a0be
10 changes: 10 additions & 0 deletions trunk/arch/microblaze/kernel/microblaze_ksyms.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,13 @@ EXPORT_SYMBOL_GPL(_ebss);
extern void _mcount(void);
EXPORT_SYMBOL(_mcount);
#endif

/*
* Assembly functions that may be used (directly or indirectly) by modules
*/
EXPORT_SYMBOL(__copy_tofrom_user);

#ifdef CONFIG_OPT_LIB_ASM
EXPORT_SYMBOL(memcpy);
EXPORT_SYMBOL(memmove);
#endif

0 comments on commit 82df384

Please sign in to comment.