diff options
author | Michal Simek <monstr@monstr.eu> | 2009-07-23 02:23:53 -0400 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2009-12-14 02:45:02 -0500 |
commit | fd6ed51f4f9c01b5cea4a8be50bf49b0ae2fbd51 (patch) | |
tree | 50c5d0eaa2010b422b6c229d77d4f47616099f55 /arch/microblaze | |
parent | 4a7b40c9b8fa5e3e3f907b6e46602448856dc6a9 (diff) |
microblaze: Export memory_start for modules
memory_start symbol is needed by kernel modules.
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze')
-rw-r--r-- | arch/microblaze/mm/init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/microblaze/mm/init.c b/arch/microblaze/mm/init.c index a44892e7cd5b..a57cedf36715 100644 --- a/arch/microblaze/mm/init.c +++ b/arch/microblaze/mm/init.c | |||
@@ -41,6 +41,7 @@ char *klimit = _end; | |||
41 | * have available. | 41 | * have available. |
42 | */ | 42 | */ |
43 | unsigned long memory_start; | 43 | unsigned long memory_start; |
44 | EXPORT_SYMBOL(memory_start); | ||
44 | unsigned long memory_end; /* due to mm/nommu.c */ | 45 | unsigned long memory_end; /* due to mm/nommu.c */ |
45 | unsigned long memory_size; | 46 | unsigned long memory_size; |
46 | 47 | ||