~ubuntu-branches/ubuntu/precise/linux-lowlatency/precise

« back to all changes in this revision

Viewing changes to arch/mips/include/asm/cmp.h

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-tz023xykf0i6eosh
Tags: upstream-3.2.0
ImportĀ upstreamĀ versionĀ 3.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _ASM_CMP_H
 
2
#define _ASM_CMP_H
 
3
 
 
4
/*
 
5
 * Definitions for CMP multitasking on MIPS cores
 
6
 */
 
7
struct task_struct;
 
8
 
 
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_cpus_done(void);
 
14
extern void cmp_prepare_cpus(unsigned int max_cpus);
 
15
 
 
16
/* This is platform specific */
 
17
extern void cmp_send_ipi(int cpu, unsigned int action);
 
18
#endif /*  _ASM_CMP_H */