projects
/
platform
/
kernel
/
linux-3.10.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
|
history
diff --git
a/arch/microblaze/mm/init.c
b/arch/microblaze/mm/init.c
index
a44892e
..
a57cedf
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;