aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/mmu_context_32.h
diff options
context:
space:
mode:
authorNicholas Piggin <npiggin@gmail.com>2020-09-02 00:15:35 +1000
committerArnd Bergmann <arnd@arndb.de>2020-10-27 16:02:38 +0100
commitc350f8c75b6613ed76f30970d51c56cc8841a34d (patch)
tree0721a6a482633f5e93aaa2b17a32c59b318441db /arch/sh/include/asm/mmu_context_32.h
parents390: use asm-generic/mmu_context.h for no-op implementations (diff)
downloadlinux-dev-c350f8c75b6613ed76f30970d51c56cc8841a34d.tar.xz
linux-dev-c350f8c75b6613ed76f30970d51c56cc8841a34d.zip
sh: use asm-generic/mmu_context.h for no-op implementations
Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Acked-by: Rich Felker <dalias@libc.org> Cc: Yoshinori Sato <ysato@users.sourceforge.jp> Cc: Rich Felker <dalias@libc.org> Cc: linux-sh@vger.kernel.org Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to '')
-rw-r--r--arch/sh/include/asm/mmu_context_32.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/sh/include/asm/mmu_context_32.h b/arch/sh/include/asm/mmu_context_32.h
index 71bf12ef1f65..bc5034fa6249 100644
--- a/arch/sh/include/asm/mmu_context_32.h
+++ b/arch/sh/include/asm/mmu_context_32.h
@@ -2,15 +2,6 @@
#ifndef __ASM_SH_MMU_CONTEXT_32_H
#define __ASM_SH_MMU_CONTEXT_32_H
-/*
- * Destroy context related info for an mm_struct that is about
- * to be put to rest.
- */
-static inline void destroy_context(struct mm_struct *mm)
-{
- /* Do nothing */
-}
-
#ifdef CONFIG_CPU_HAS_PTEAEX
static inline void set_asid(unsigned long asid)
{