blk: rq_data_dir() should not return a boolean
[cris-mirror.git] / arch / mips / include / asm / cmp.h
blob033d97303c85675cf7516225bf8c5d1f8550eb0e
1 #ifndef _ASM_CMP_H
2 #define _ASM_CMP_H
4 /*
5 * Definitions for CMP multitasking on MIPS cores
6 */
7 struct task_struct;
9 extern void cmp_smp_setup(void);
10 extern void cmp_smp_finish(void);
11 extern void cmp_boot_secondary(int cpu, struct task_struct *t);
12 extern void cmp_init_secondary(void);
13 extern void cmp_prepare_cpus(unsigned int max_cpus);
15 /* This is platform specific */
16 extern void cmp_send_ipi(int cpu, unsigned int action);
17 #endif /* _ASM_CMP_H */