diff options
Diffstat (limited to 'arch/sparc')
-rw-r--r-- | arch/sparc/include/asm/pgtable_32.h | 2 | ||||
-rw-r--r-- | arch/sparc/include/asm/pgtable_64.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/sparc/include/asm/pgtable_32.h b/arch/sparc/include/asm/pgtable_32.h index 9912eb0b499a..f06b36a00a3b 100644 --- a/arch/sparc/include/asm/pgtable_32.h +++ b/arch/sparc/include/asm/pgtable_32.h | |||
@@ -44,7 +44,7 @@ unsigned long __init bootmem_init(unsigned long *pages_avail); | |||
44 | #define PTRS_PER_PMD SRMMU_PTRS_PER_PMD | 44 | #define PTRS_PER_PMD SRMMU_PTRS_PER_PMD |
45 | #define PTRS_PER_PGD SRMMU_PTRS_PER_PGD | 45 | #define PTRS_PER_PGD SRMMU_PTRS_PER_PGD |
46 | #define USER_PTRS_PER_PGD PAGE_OFFSET / SRMMU_PGDIR_SIZE | 46 | #define USER_PTRS_PER_PGD PAGE_OFFSET / SRMMU_PGDIR_SIZE |
47 | #define FIRST_USER_ADDRESS 0 | 47 | #define FIRST_USER_ADDRESS 0UL |
48 | #define PTE_SIZE (PTRS_PER_PTE*4) | 48 | #define PTE_SIZE (PTRS_PER_PTE*4) |
49 | 49 | ||
50 | #define PAGE_NONE SRMMU_PAGE_NONE | 50 | #define PAGE_NONE SRMMU_PAGE_NONE |
diff --git a/arch/sparc/include/asm/pgtable_64.h b/arch/sparc/include/asm/pgtable_64.h index 2ac7873ad6fd..dc165ebdf05a 100644 --- a/arch/sparc/include/asm/pgtable_64.h +++ b/arch/sparc/include/asm/pgtable_64.h | |||
@@ -93,7 +93,7 @@ bool kern_addr_valid(unsigned long addr); | |||
93 | #define PTRS_PER_PGD (1UL << PGDIR_BITS) | 93 | #define PTRS_PER_PGD (1UL << PGDIR_BITS) |
94 | 94 | ||
95 | /* Kernel has a separate 44bit address space. */ | 95 | /* Kernel has a separate 44bit address space. */ |
96 | #define FIRST_USER_ADDRESS 0 | 96 | #define FIRST_USER_ADDRESS 0UL |
97 | 97 | ||
98 | #define pmd_ERROR(e) \ | 98 | #define pmd_ERROR(e) \ |
99 | pr_err("%s:%d: bad pmd %p(%016lx) seen at (%pS)\n", \ | 99 | pr_err("%s:%d: bad pmd %p(%016lx) seen at (%pS)\n", \ |