microblaze: Export memory_start for modules

memory_start symbol is needed by kernel modules.

Signed-off-by: Michal Simek <monstr@monstr.eu>
This commit is contained in:
Michal Simek 2009-07-23 08:23:53 +02:00
parent 4a7b40c9b8
commit fd6ed51f4f
1 changed files with 1 additions and 0 deletions

View File

@ -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;