]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: cevt-r4k: Move handle_perf_irq() out of header
authorJames Hogan <james.hogan@imgtec.com>
Tue, 27 Jan 2015 21:45:47 +0000 (21:45 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 31 Mar 2015 10:04:12 +0000 (12:04 +0200)
commit3b5928be0e4351b0017f61b11ffa77703f7a8447
treee20a24ff0fc188c1478d7cccb6c098e2fe8ba714
parenta370ce3e0cda10a307d1ab6a3a4626497f2377f7
MIPS: cevt-r4k: Move handle_perf_irq() out of header

Long ago, commit 89b41fe18e0e ("[MIPS] SMTC: Fix SMTC dyntick support.")
moved handle_perf_irq() out of cevt-r4k.c into a header so it could be
shared with cevt-smtc.c.

Slightly less long ago, commit a2b06a2bf41f ("MIPS: MT: Remove SMTC
support") removed all traces of SMTC support, including cevt-smtc.c,
leaving cevt-r4k.c once again the sole user of handle_perf_irq(),
therefore move it back into cevt-r4k.c from the header.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/9123/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/cevt-r4k.h
arch/mips/kernel/cevt-r4k.c