Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ddcdb1b4 authored by David Daney's avatar David Daney Committed by Ralf Baechle
Browse files

MIPS: Add SMP_ICACHE_FLUSH for the Cavium CPU family.

parent babed555
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -37,6 +37,9 @@ extern int __cpu_logical_map[NR_CPUS];

#define SMP_RESCHEDULE_YOURSELF	0x1	/* XXX braindead */
#define SMP_CALL_FUNCTION	0x2
/* Octeon - Tell another core to flush its icache */
#define SMP_ICACHE_FLUSH	0x4


extern void asmlinkage smp_bootstrap(void);