Skip to content

Commit

Permalink
MIPS: Remove unused declarations in asm/cmp.h
Browse files Browse the repository at this point in the history
These functions have been removed since
commit 7fb6f7b ("MIPS: Remove deprecated CONFIG_MIPS_CMP"),
so remove them.

Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
  • Loading branch information
gscui authored and tsbogend committed Aug 29, 2024
1 parent 3fd1966 commit fdb31c5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions arch/mips/include/asm/cmp.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,4 @@
*/
struct task_struct;

extern void cmp_smp_setup(void);
extern void cmp_smp_finish(void);
extern void cmp_boot_secondary(int cpu, struct task_struct *t);
extern void cmp_init_secondary(void);
extern void cmp_prepare_cpus(unsigned int max_cpus);

/* This is platform specific */
extern void cmp_send_ipi(int cpu, unsigned int action);
#endif /* _ASM_CMP_H */

0 comments on commit fdb31c5

Please sign in to comment.