Commit fd6ed51f authored by Michal Simek's avatar Michal Simek

microblaze: Export memory_start for modules

memory_start symbol is needed by kernel modules.
Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent 4a7b40c9
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment