Skip to content

Commit

Permalink
microblaze: Define VMALLOC_START/END
Browse files Browse the repository at this point in the history
per cpu changes requires VMALLOC_START/END to be
define even for noMMU systems.

Signed-off-by: Michal Simek <monstr@monstr.eu>
  • Loading branch information
Michal Simek committed Oct 21, 2010
1 parent bd3b492 commit 099a2f4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/microblaze/include/asm/pgtable.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@ static inline int pte_file(pte_t pte) { return 0; }

#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 */

#include <asm-generic/4level-fixup.h>
Expand Down

0 comments on commit 099a2f4

Please sign in to comment.