All of lore.kernel.org
 help / color / mirror / Atom feed
* MIPS: Remove last traces of SMTC Support too?
@ 2014-04-09  8:48 Paul Bolle
  2014-04-09  8:58   ` Markos Chandras
  0 siblings, 1 reply; 8+ messages in thread
From: Paul Bolle @ 2014-04-09  8:48 UTC (permalink / raw)
  To: Markos Chandras, Ralf Baechle; +Cc: linux-mips

The patch "MIPS: Remove SMTC Support" landed in linux-next (see
next-20140409). A quick grep of the tree suggests a follow up is needed
(a sort-of-patch is pasted below).

Is a similar follow up queued somewhere? If not, should I submit a patch
or should I wait with doing that until "MIPS: Remove SMTC Support" hits
mainline?


Paul Bolle
---
 arch/mips/configs/maltasmtc_defconfig | 196 --------------------
 arch/mips/include/asm/cpu-info.h      |   2 +-
 arch/mips/include/asm/smtc.h          |  78 --------
 arch/mips/include/asm/smtc_ipi.h      | 129 --------------
 arch/mips/include/asm/smtc_proc.h     |  23 ---
 arch/mips/kernel/cevt-smtc.c          | 324 ----------------------------------
 arch/mips/kernel/smtc-asm.S           | 133 --------------
 arch/mips/kernel/smtc-proc.c          | 102 -----------
 arch/mips/pmcs-msp71xx/msp_smtc.c     | 104 -----------
 9 files changed, 1 insertion(+), 1090 deletions(-)
 delete mode 100644 arch/mips/configs/maltasmtc_defconfig
 delete mode 100644 arch/mips/include/asm/smtc.h
 delete mode 100644 arch/mips/include/asm/smtc_ipi.h
 delete mode 100644 arch/mips/include/asm/smtc_proc.h
 delete mode 100644 arch/mips/kernel/cevt-smtc.c
 delete mode 100644 arch/mips/kernel/smtc-asm.S
 delete mode 100644 arch/mips/kernel/smtc-proc.c
 delete mode 100644 arch/mips/pmcs-msp71xx/msp_smtc.c

diff --git a/arch/mips/configs/maltasmtc_defconfig b/arch/mips/configs/maltasmtc_defconfig
deleted file mode 100644
index eb316447588c..000000000000
diff --git a/arch/mips/include/asm/cpu-info.h b/arch/mips/include/asm/cpu-info.h
index 2f6812b901b0..04088cf4e519 100644
--- a/arch/mips/include/asm/cpu-info.h
+++ b/arch/mips/include/asm/cpu-info.h
@@ -108,7 +108,7 @@ struct proc_cpuinfo_notifier_args {
 	unsigned long n;
 };
 
-#if defined(CONFIG_MIPS_MT_SMP) || defined(CONFIG_MIPS_MT_SMTC)
+#if defined(CONFIG_MIPS_MT_SMP)
 # define cpu_vpe_id(cpuinfo)	((cpuinfo)->vpe_id)
 #else
 # define cpu_vpe_id(cpuinfo)	0
diff --git a/arch/mips/include/asm/smtc.h b/arch/mips/include/asm/smtc.h
deleted file mode 100644
index e56b439b7871..000000000000
diff --git a/arch/mips/include/asm/smtc_ipi.h b/arch/mips/include/asm/smtc_ipi.h
deleted file mode 100644
index 15278dbd7e79..000000000000
diff --git a/arch/mips/include/asm/smtc_proc.h b/arch/mips/include/asm/smtc_proc.h
deleted file mode 100644
index 25da651f1f5f..000000000000
diff --git a/arch/mips/kernel/cevt-smtc.c b/arch/mips/kernel/cevt-smtc.c
deleted file mode 100644
index b6cf0a60d896..000000000000
diff --git a/arch/mips/kernel/smtc-asm.S b/arch/mips/kernel/smtc-asm.S
deleted file mode 100644
index 2866863a39df..000000000000
diff --git a/arch/mips/kernel/smtc-proc.c b/arch/mips/kernel/smtc-proc.c
deleted file mode 100644
index 38635a996cbf..000000000000
diff --git a/arch/mips/pmcs-msp71xx/msp_smtc.c b/arch/mips/pmcs-msp71xx/msp_smtc.c
deleted file mode 100644
index 6b5607fce279..000000000000
-- 
1.9.0

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-04-09  9:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-09  8:48 MIPS: Remove last traces of SMTC Support too? Paul Bolle
2014-04-09  8:58 ` Markos Chandras
2014-04-09  8:58   ` Markos Chandras
2014-04-09  9:01   ` James Hogan
2014-04-09  9:01     ` James Hogan
2014-04-09  9:03   ` Paul Bolle
2014-04-09  9:10     ` Markos Chandras
2014-04-09  9:10       ` Markos Chandras

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.