From: Paul Bolle <pebolle@tiscali.nl>
To: Markos Chandras <markos.chandras@imgtec.com>,
Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org
Subject: MIPS: Remove last traces of SMTC Support too?
Date: Wed, 09 Apr 2014 10:48:29 +0200 [thread overview]
Message-ID: <1397033309.22767.8.camel@x220> (raw)
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
next reply other threads:[~2014-04-09 8:48 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-09 8:48 Paul Bolle [this message]
2014-04-09 8:58 ` MIPS: Remove last traces of SMTC Support too? 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1397033309.22767.8.camel@x220 \
--to=pebolle@tiscali.nl \
--cc=linux-mips@linux-mips.org \
--cc=markos.chandras@imgtec.com \
--cc=ralf@linux-mips.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.