From e66ae377fe219c98d3d5b8a0d35da4413a5390ca Mon Sep 17 00:00:00 2001 From: Tiwei Bie Date: Sun, 10 Aug 2025 13:51:33 +0800 Subject: um: Remove unused ipi_pipe field from cpuinfo_um It's no longer used after the removal of the SMP implementation in TT mode by commit 28fa468f5316 ("um: Remove broken SMP support"). While at it, remove the outdated comment. Signed-off-by: Tiwei Bie Signed-off-by: Johannes Berg --- arch/um/include/asm/processor-generic.h | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/um/include') diff --git a/arch/um/include/asm/processor-generic.h b/arch/um/include/asm/processor-generic.h index 236fdfd7cdbe..7854d51b6639 100644 --- a/arch/um/include/asm/processor-generic.h +++ b/arch/um/include/asm/processor-generic.h @@ -71,7 +71,6 @@ extern void start_thread(struct pt_regs *regs, unsigned long entry, struct cpuinfo_um { unsigned long loops_per_jiffy; - int ipi_pipe[2]; int cache_alignment; union { __u32 x86_capability[NCAPINTS + NBUGINTS]; -- cgit v1.2.3