Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217140
b: refs/heads/master
c: 099a2f4
h: refs/heads/master
v: v3
  • Loading branch information
Michal Simek committed Oct 21, 2010
1 parent 84f60da commit 605b621
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bd3b492a29a5221fef1c24ecfd00bb335945dce9
refs/heads/master: 099a2f4284eba5da2708d0e8fe0797dc095d47ca
7 changes: 7 additions & 0 deletions trunk/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 605b621

Please sign in to comment.