mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
powerpc: Add struct smp_ops_t.cause_nmi_ipi operation
Have the NMI IPI code use this op when the platform defines it. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
parent
ddd703ca06
commit
c64af6458e
8 changed files with 10 additions and 0 deletions
|
@ -42,6 +42,7 @@ struct smp_ops_t {
|
|||
#ifdef CONFIG_PPC_SMP_MUXED_IPI
|
||||
void (*cause_ipi)(int cpu);
|
||||
#endif
|
||||
int (*cause_nmi_ipi)(int cpu);
|
||||
void (*probe)(void);
|
||||
int (*kick_cpu)(int nr);
|
||||
int (*prepare_cpu)(int nr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue