Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190854
b: refs/heads/master
c: ee4bcdf
h: refs/heads/master
v: v3
  • Loading branch information
Michal Simek committed May 13, 2010
1 parent 3a2abf8 commit 17c09cf
Show file tree
Hide file tree
Showing 4 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: 1ce2470aa544a0aa37b575c45cba366770860af7
refs/heads/master: ee4bcdf1d248c4ebe5f73e11631c3bd3f76d777b
1 change: 1 addition & 0 deletions trunk/arch/microblaze/kernel/microblaze_ksyms.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ EXPORT_SYMBOL(_mcount);
* Assembly functions that may be used (directly or indirectly) by modules
*/
EXPORT_SYMBOL(__copy_tofrom_user);
EXPORT_SYMBOL(__strncpy_user);

#ifdef CONFIG_OPT_LIB_ASM
EXPORT_SYMBOL(memcpy);
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/microblaze/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ unsigned long memory_start;
EXPORT_SYMBOL(memory_start);
unsigned long memory_end; /* due to mm/nommu.c */
unsigned long memory_size;
EXPORT_SYMBOL(memory_size);

/*
* paging_init() sets up the page tables - in fact we've already done this.
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/microblaze/mm/pgtable.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@

unsigned long ioremap_base;
unsigned long ioremap_bot;
EXPORT_SYMBOL(ioremap_bot);

/* The maximum lowmem defaults to 768Mb, but this can be configured to
* another value.
Expand Down

0 comments on commit 17c09cf

Please sign in to comment.