aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/include/asm
diff options
context:
space:
mode:
Diffstat (limited to 'arch/microblaze/include/asm')
-rw-r--r--arch/microblaze/include/asm/pgtable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/include/asm/pgtable.h b/arch/microblaze/include/asm/pgtable.h
index c6b6af4ca2a0..e53b8532353c 100644
--- a/arch/microblaze/include/asm/pgtable.h
+++ b/arch/microblaze/include/asm/pgtable.h
@@ -72,7 +72,7 @@ extern int mem_init_done;
72#include <asm/mmu.h> 72#include <asm/mmu.h>
73#include <asm/page.h> 73#include <asm/page.h>
74 74
75#define FIRST_USER_ADDRESS 0 75#define FIRST_USER_ADDRESS 0UL
76 76
77extern unsigned long va_to_phys(unsigned long address); 77extern unsigned long va_to_phys(unsigned long address);
78extern pte_t *va_to_pte(unsigned long address); 78extern pte_t *va_to_pte(unsigned long address);