mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 23:53:32 +00:00
0365070f05
Most of the CMP support was added before, this mostly correct compile problems but adds a platform specific translation for the interrupt number based on cpu number. Signed-off-by: Tim Anderson <tanderson@mvista.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
7 lines
141 B
C
7 lines
141 B
C
/*
|
|
* Amon support
|
|
*/
|
|
|
|
int amon_cpu_avail(int);
|
|
void amon_cpu_start(int, unsigned long, unsigned long,
|
|
unsigned long, unsigned long);
|