Commit 099a2f42 authored by Michal Simek's avatar Michal Simek

microblaze: Define VMALLOC_START/END

per cpu changes requires VMALLOC_START/END to be
define even for noMMU systems.
Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent bd3b492a
...@@ -57,6 +57,13 @@ static inline int pte_file(pte_t pte) { return 0; } ...@@ -57,6 +57,13 @@ static inline int pte_file(pte_t pte) { return 0; }
#define pgprot_noncached_wc(prot) prot #define pgprot_noncached_wc(prot) prot
/*
* All 32bit addresses are effectively valid for vmalloc...
* Sort of meaningless for non-VM targets.
*/
#define VMALLOC_START 0
#define VMALLOC_END 0xffffffff
#else /* CONFIG_MMU */ #else /* CONFIG_MMU */
#include <asm-generic/4level-fixup.h> #include <asm-generic/4level-fixup.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment