[PATCH 1/4] riscv: remove the unused current_pgdir function
Palmer Dabbelt
palmer at sifive.com
Wed Jan 24 14:19:10 PST 2018
From: Christoph Hellwig <hch at lst.de>
Signed-off-by: Christoph Hellwig <hch at lst.de>
Signed-off-by: Palmer Dabbelt <palmer at sifive.com>
---
arch/riscv/include/asm/mmu_context.h | 5 -----
1 file changed, 5 deletions(-)
diff --git a/arch/riscv/include/asm/mmu_context.h b/arch/riscv/include/asm/mmu_context.h
index 97424834dce2..082ef8652ac7 100644
--- a/arch/riscv/include/asm/mmu_context.h
+++ b/arch/riscv/include/asm/mmu_context.h
@@ -39,11 +39,6 @@ static inline void destroy_context(struct mm_struct *mm)
{
}
-static inline pgd_t *current_pgdir(void)
-{
- return pfn_to_virt(csr_read(sptbr) & SPTBR_PPN);
-}
-
static inline void set_pgdir(pgd_t *pgd)
{
csr_write(sptbr, virt_to_pfn(pgd) | SPTBR_MODE);
--
2.13.6
More information about the linux-riscv
mailing list