mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-20 00:26:28 +00:00
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…
x
Reference in New Issue
Block a user