diff options
author | Wu Zhangjin <wuzhangjin@gmail.com> | 2010-05-06 13:29:46 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-05-21 16:31:19 -0400 |
commit | 6d8c2873e06626c371bdedd5e00b00a60d3fde41 (patch) | |
tree | 3bf86ea5b687c67750dbe32bb72673d98d28f4be /arch/mips/oprofile | |
parent | c838abc511ed710bdc2d93e0d8b5449be953849e (diff) |
MIPS: Oprofile: Loongson: Remove unused variable from loongson2_cpu_setup()
Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
Cc: linux-mips@linux-mips.org
Patchwork: http://patchwork.linux-mips.org/patch/1202/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/oprofile')
-rw-r--r-- | arch/mips/oprofile/op_model_loongson2.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/mips/oprofile/op_model_loongson2.c b/arch/mips/oprofile/op_model_loongson2.c index 596fb0817578..deefcee69a69 100644 --- a/arch/mips/oprofile/op_model_loongson2.c +++ b/arch/mips/oprofile/op_model_loongson2.c | |||
@@ -88,10 +88,7 @@ static void loongson2_reg_setup(struct op_counter_config *cfg) | |||
88 | 88 | ||
89 | static void loongson2_cpu_setup(void *args) | 89 | static void loongson2_cpu_setup(void *args) |
90 | { | 90 | { |
91 | uint64_t perfcount; | 91 | write_c0_perfcnt((reg.reset_counter2 << 32) | reg.reset_counter1); |
92 | |||
93 | perfcount = (reg.reset_counter2 << 32) | reg.reset_counter1; | ||
94 | write_c0_perfcnt(perfcount); | ||
95 | } | 92 | } |
96 | 93 | ||
97 | static void loongson2_cpu_start(void *args) | 94 | static void loongson2_cpu_start(void *args) |