forked from luck/tmp_suning_uos_patched
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:
parent
4a7b40c9b8
commit
fd6ed51f4f
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user