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

Commit 3b6353fa authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[ARM] Declare asm entry points in asm/smp.h

parent 2c250134
Loading
Loading
Loading
Loading
+11 −0
Original line number Original line Diff line number Diff line
@@ -36,6 +36,11 @@ struct seq_file;
 */
 */
extern void show_ipi_list(struct seq_file *p);
extern void show_ipi_list(struct seq_file *p);


/*
 * Called from assembly code, this handles an IPI.
 */
asmlinkage void do_IPI(struct pt_regs *regs);

/*
/*
 * Move global data into per-processor storage.
 * Move global data into per-processor storage.
 */
 */
@@ -57,6 +62,12 @@ extern void smp_send_timer(void);
 */
 */
extern int boot_secondary(unsigned int cpu, struct task_struct *);
extern int boot_secondary(unsigned int cpu, struct task_struct *);


/*
 * Called from platform specific assembly code, this is the
 * secondary CPU entry point.
 */
asmlinkage void secondary_start_kernel(void);

/*
/*
 * Perform platform specific initialisation of the specified CPU.
 * Perform platform specific initialisation of the specified CPU.
 */
 */