]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
powerpc: Remove obsoleted declarations for use_cop and drop_cop
authorGaosheng Cui <cuigaosheng1@huawei.com>
Thu, 22 Aug 2024 13:06:09 +0000 (21:06 +0800)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 30 Aug 2024 11:05:36 +0000 (21:05 +1000)
The use_cop() and drop_cop() have been removed since
commit 6ff4d3e96652 ("powerpc: Remove old unused icswx based
coprocessor support"), now they are useless, so remove them.

Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20240822130609.786431-5-cuigaosheng1@huawei.com
arch/powerpc/include/asm/mmu_context.h

index 37bffa0f79183bdf49c7998303b88bd5bf7a5008..99707456c2cd7f92b632cb862c80001fc92a799f 100644 (file)
@@ -116,9 +116,6 @@ static inline bool need_extra_context(struct mm_struct *mm, unsigned long ea)
 }
 #endif
 
-extern int use_cop(unsigned long acop, struct mm_struct *mm);
-extern void drop_cop(unsigned long acop, struct mm_struct *mm);
-
 #ifdef CONFIG_PPC_BOOK3S_64
 static inline void inc_mm_active_cpus(struct mm_struct *mm)
 {