| To: | Deng-Cheng Zhu <dengcheng.zhu@gmail.com> |
|---|---|
| Subject: | Re: [PATCH v5 12/12] MIPS/Oprofile: remove old files and update Kconfig/Makefile |
| From: | David Daney <david.s.daney@gmail.com> |
| Date: | Thu, 27 May 2010 16:26:30 -0700 |
| Cc: | linux-mips@linux-mips.org, ralf@linux-mips.org, a.p.zijlstra@chello.nl, paulus@samba.org, mingo@elte.hu, acme@redhat.com, jamie.iles@picochip.com, will.deacon@arm.com |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=fskEsN1bOEvqmuBejESq5pRRaZScxbKOmUUUt5Uxgs4=; b=vviez5gu3078PuZzIt18TEaree3SucWKCz/vEN/ViU7O73ycEIoNxWrx4rec+NFbch +OFVUKQKSuy2keNVfi3ktQaDdX9WEUm4uKgzlGzldazUNc0W49+UdF0hxd+OLeVHNxuI 29dc/9IGF3hDyu8rcREGzL4MESY4tgHl8CX5E= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=fDCRYxGs/Xqt8S5gk2xuVSTiKl/Jg3BMPH7XjqXT/W01uQnpIBwEpdJ3tglNWfgOQ2 MwQp3jo9RiR6g7cPza2gL4cgz5YzimMNC/CBU0TK6cZmdQDA0AB8Rt74D05oM1RdnKuw fjE289fWnUqnePZMWf43xQP5HuKy7Nzksj9+A= |
| In-reply-to: | <1274965420-5091-13-git-send-email-dengcheng.zhu@gmail.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <1274965420-5091-1-git-send-email-dengcheng.zhu@gmail.com> <1274965420-5091-13-git-send-email-dengcheng.zhu@gmail.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100330 Fedora/3.0.4-1.fc12 Thunderbird/3.0.4 |
On 05/27/2010 06:03 AM, Deng-Cheng Zhu wrote: Now that Oprofile uses Perf-events as backend, its old framework files are not needed. Kconfig is modified to let hardware performance events be the prerequisite of Oprofile. Signed-off-by: Deng-Cheng Zhu<dengcheng.zhu@gmail.com> --- arch/mips/Kconfig | 4 +- arch/mips/oprofile/Makefile | 7 - arch/mips/oprofile/op_impl.h | 39 ----- arch/mips/oprofile/op_model_loongson2.c | 139 ------------------ arch/mips/oprofile/op_model_mipsxx.c | 237 ------------------------------- arch/mips/oprofile/op_model_rm9000.c | 124 ---------------- 6 files changed, 2 insertions(+), 548 deletions(-) delete mode 100644 arch/mips/oprofile/op_impl.h delete mode 100644 arch/mips/oprofile/op_model_loongson2.c delete mode 100644 arch/mips/oprofile/op_model_mipsxx.c delete mode 100644 arch/mips/oprofile/op_model_rm9000.c This patch could be folded into the previous one.If the previous patch really makes these unused, it shouldn't leave them hanging around. David Daney |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH v5 11/12] MIPS/Oprofile: use Perf-events framework as backend, David Daney |
|---|---|
| Next by Date: | TITAN GE driver, Anoop P.A. |
| Previous by Thread: | [PATCH v5 12/12] MIPS/Oprofile: remove old files and update Kconfig/Makefile, Deng-Cheng Zhu |
| Next by Thread: | Re: [PATCH v5 12/12] MIPS/Oprofile: remove old files and update Kconfig/Makefile, Deng-Cheng Zhu |
| Indexes: | [Date] [Thread] [Top] [All Lists] |