]> git.ipfire.org Git - thirdparty/linux.git/commit
sparc32: remove deadwood swift_flush_tlb_page() debug code
authorKexin Sun <kexinsun@smail.nju.edu.cn>
Sat, 21 Mar 2026 10:59:35 +0000 (18:59 +0800)
committerAndreas Larsson <andreas@gaisler.com>
Fri, 12 Jun 2026 11:50:29 +0000 (13:50 +0200)
commit2cdd477261a989278fea3e1127cea472b6eca52a
tree629ad57217a6d824a03a03537f77f922e01b634c
parent84e8d9c34b3d4d59e5fedfd49df8a2617aa09db5
sparc32: remove deadwood swift_flush_tlb_page() debug code

Remove an #if 0 block that has been dead since at least
Linux 2.6.12.  The block was marked "P3: deadwood to debug
precise flushes on Swift" and contained a never-compiled
alternative implementation of swift_flush_tlb_page().  It also
referenced the since-removed srmmu_flush_tlb_page(), dropped
in commit 3d5f7d37c8b4 ("sparc32: drop unused functions in
pgtsrmmu.h").

Assisted-by: unnamed:deepseek-v3.2 coccinelle
Signed-off-by: Kexin Sun <kexinsun@smail.nju.edu.cn>
Reviewed-by: Andreas Larsson <andreas@gaisler.com>
Signed-off-by: Andreas Larsson <andreas@gaisler.com>
arch/sparc/mm/srmmu.c