mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
MIPS: CMP: activate CMP support
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>
This commit is contained in:
parent
a214cef9a5
commit
0365070f05
5 changed files with 25 additions and 62 deletions
7
arch/mips/include/asm/amon.h
Normal file
7
arch/mips/include/asm/amon.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
/*
|
||||
* Amon support
|
||||
*/
|
||||
|
||||
int amon_cpu_avail(int);
|
||||
void amon_cpu_start(int, unsigned long, unsigned long,
|
||||
unsigned long, unsigned long);
|
Loading…
Add table
Add a link
Reference in a new issue