summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/sparc/include/asm/pgtable_64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/include/asm/pgtable_64.h b/arch/sparc/include/asm/pgtable_64.h
index 6ec514fe3bef..6ae8016ef4ec 100644
--- a/arch/sparc/include/asm/pgtable_64.h
+++ b/arch/sparc/include/asm/pgtable_64.h
@@ -1099,7 +1099,7 @@ static inline unsigned long __untagged_addr(unsigned long start)
1099 return start; 1099 return start;
1100} 1100}
1101#define untagged_addr(addr) \ 1101#define untagged_addr(addr) \
1102 ((__typeof__(addr))(__untagged_addr((unsigned long)(addr))) 1102 ((__typeof__(addr))(__untagged_addr((unsigned long)(addr))))
1103 1103
1104static inline bool pte_access_permitted(pte_t pte, bool write) 1104static inline bool pte_access_permitted(pte_t pte, bool write)
1105{ 1105{