Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217139
b: refs/heads/master
c: bd3b492
h: refs/heads/master
i:
  217137: 10362bf
  217135: 70085b3
v: v3
  • Loading branch information
Michal Simek committed Oct 21, 2010
1 parent 7d69a8b commit 84f60da
Show file tree
Hide file tree
Showing 2 changed files with 8 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: 4e07dba7cb8c9c76a52d0e32b69f13bb583a9674
refs/heads/master: bd3b492a29a5221fef1c24ecfd00bb335945dce9
7 changes: 7 additions & 0 deletions trunk/arch/microblaze/kernel/microblaze_ksyms.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include <linux/syscalls.h>

#include <asm/checksum.h>
#include <asm/cacheflush.h>
#include <linux/io.h>
#include <asm/page.h>
#include <asm/system.h>
Expand All @@ -38,3 +39,9 @@ EXPORT_SYMBOL(__strncpy_user);
EXPORT_SYMBOL(memcpy);
EXPORT_SYMBOL(memmove);
#endif

#ifdef CONFIG_MMU
EXPORT_SYMBOL(empty_zero_page);
#endif

EXPORT_SYMBOL(mbc);

0 comments on commit 84f60da

Please sign in to comment.