diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-10-15 09:19:58 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-10-19 17:55:13 +0100 |
commit | 36d98e79b798fb27e38b9be4f36c5a96025f9281 (patch) | |
tree | 30f597c63f71b98648d12f817d35c0b375cc72d1 /arch/mips/oprofile | |
parent | ba38cdf94285a1fc6a01fd493bdc5304bc83f61e (diff) | |
download | op-kernel-dev-36d98e79b798fb27e38b9be4f36c5a96025f9281.zip op-kernel-dev-36d98e79b798fb27e38b9be4f36c5a96025f9281.tar.gz |
[MIPS] A few more pt_regs fixups.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/oprofile')
-rw-r--r-- | arch/mips/oprofile/op_model_rm9000.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/mips/oprofile/op_model_rm9000.c b/arch/mips/oprofile/op_model_rm9000.c index b7063fe..7dc9bf6 100644 --- a/arch/mips/oprofile/op_model_rm9000.c +++ b/arch/mips/oprofile/op_model_rm9000.c @@ -80,8 +80,7 @@ static void rm9000_cpu_stop(void *args) write_c0_perfcontrol(0); } -static irqreturn_t rm9000_perfcount_handler(int irq, void * dev_id, - struct pt_regs *regs) +static irqreturn_t rm9000_perfcount_handler(int irq, void * dev_id) { unsigned int control = read_c0_perfcontrol(); uint32_t counter1, counter2; |