| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | [PATCH] oprofile/loongson2: rename cpu_type from godson2 to loongson2 |
| From: | Wu Zhangjin <wuzhangjin@gmail.com> |
| Date: | Wed, 21 Oct 2009 22:51:46 +0800 |
| Cc: | Ralf Baechle <ralf@linux-mips.org>, Chen Jie <chenj@lemote.com>, Maynard Johnson <maynardj@us.ibm.com>, John Levon <levon@movementarian.org>, oprofile-list@lists.sourceforge.net, Wu Zhangjin <wuzhangjin@gmail.com> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer; bh=J/EyCjyAh275PgLNf9RAHARDrI2RnisrSJTXL2ogQbI=; b=MqErP0CKPnLcy6fhLv5bIgemtTpLsVDrRkSVvOJWv9cd8c9MTFErIHG4KikGcEEgUP ojvxf251YWvdgMUvvWVyWALLAgNldCLLz0YPklRbsuFWkMlYfT45CE8XNaSZ0sgkAL+Q vwXkAg2uF8XQ8P99yBPBtXsPKSQVX9LDCPiKY= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=neLWrk4GQ5nXvPm2aNv6Mw8VRCJmsQPqq7aD7HtglihlrTrUGJmOK13E6ZC/i6kku5 iOx+3YU6PYEvxj7F0+BPh3YFp6uTjqb2YmKyXGVr/CFUrstcT4HyRLn8LT4vAAl6EWDz WtsB/DDPBRWhC+kbeaipRf6YHjn/3nCMpWoRA= |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
This patch try to unify the naming method between kernel and the user-space oprofile tool. 'Cause loongson is used instead of godson in most of the places, and just confer with the developer of the user-space tool, we are agreed to use loongson instead, which will help a lot to the future maintaining. (This patch is very important to help the user-space support upstream, so, Ralf, could you please merge it into your -queue branch, thanks!) Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com> --- arch/mips/oprofile/op_model_loongson2.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/mips/oprofile/op_model_loongson2.c b/arch/mips/oprofile/op_model_loongson2.c index 9536b21..08d4b09 100644 --- a/arch/mips/oprofile/op_model_loongson2.c +++ b/arch/mips/oprofile/op_model_loongson2.c @@ -22,7 +22,7 @@ * otherwise, the oprofile tool will not recognize this and complain about * "cpu_type 'unset' is not valid". */ -#define LOONGSON2_CPU_TYPE "mips/godson2" +#define LOONGSON2_CPU_TYPE "mips/loongson2" #define LOONGSON2_COUNTER1_EVENT(event) ((event & 0x0f) << 5) #define LOONGSON2_COUNTER2_EVENT(event) ((event & 0x0f) << 9) -- 1.6.2.1 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH -v4 3/9] tracing: add MIPS specific trace_clock_local(), Steven Rostedt |
|---|---|
| Next by Date: | Re: [PATCH -v4 3/9] tracing: add MIPS specific trace_clock_local(), Wu Zhangjin |
| Previous by Thread: | Got trap No.23 when booting mips32 ?, wilbur.chan |
| Next by Thread: | Re: [PATCH] oprofile/loongson2: rename cpu_type from godson2 to loongson2, Robert Richter |
| Indexes: | [Date] [Thread] [Top] [All Lists] |