projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a7b40c
)
microblaze: Export memory_start for modules
author
Michal Simek
<monstr@monstr.eu>
Thu, 23 Jul 2009 06:23:53 +0000
(08:23 +0200)
committer
Michal Simek
<monstr@monstr.eu>
Mon, 14 Dec 2009 07:45:02 +0000
(08:45 +0100)
memory_start symbol is needed by kernel modules.
Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/mm/init.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/microblaze/mm/init.c
b/arch/microblaze/mm/init.c
index a44892e7cd5b7e2839976585e69bc8c274c21509..a57cedf36715f7511395b3066878731b107edb1e 100644
(file)
--- a/
arch/microblaze/mm/init.c
+++ b/
arch/microblaze/mm/init.c
@@
-41,6
+41,7
@@
char *klimit = _end;
* have available.
*/
unsigned long memory_start;
+EXPORT_SYMBOL(memory_start);
unsigned long memory_end; /* due to mm/nommu.c */
unsigned long memory_size;