diff options
Diffstat (limited to 'arch/parisc')
-rw-r--r-- | arch/parisc/include/asm/pgtable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/include/asm/pgtable.h b/arch/parisc/include/asm/pgtable.h index 1d49a4a7749b..8c966b2270aa 100644 --- a/arch/parisc/include/asm/pgtable.h +++ b/arch/parisc/include/asm/pgtable.h | |||
@@ -134,7 +134,7 @@ extern void purge_tlb_entries(struct mm_struct *, unsigned long); | |||
134 | * pgd entries used up by user/kernel: | 134 | * pgd entries used up by user/kernel: |
135 | */ | 135 | */ |
136 | 136 | ||
137 | #define FIRST_USER_ADDRESS 0 | 137 | #define FIRST_USER_ADDRESS 0UL |
138 | 138 | ||
139 | /* NB: The tlb miss handlers make certain assumptions about the order */ | 139 | /* NB: The tlb miss handlers make certain assumptions about the order */ |
140 | /* of the following bits, so be careful (One example, bits 25-31 */ | 140 | /* of the following bits, so be careful (One example, bits 25-31 */ |