microblaze: Export memory_start for modules
authorMichal Simek <monstr@monstr.eu>
Thu, 23 Jul 2009 06:23:53 +0000 (08:23 +0200)
committerMichal 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

index a44892e..a57cedf 100644 (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;