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>
8 lines
141 B
C
8 lines
141 B
C
/*
|
|
* Amon support
|
|
*/
|
|
|
|
int amon_cpu_avail(int);
|
|
void amon_cpu_start(int, unsigned long, unsigned long,
|
|
unsigned long, unsigned long);
|