repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
x86: merge SMP definitions of smp.h
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
include
/
asm-x86
/
smp_64.h
blob
058f41399798f648299a28859d1d662367ebac27
1
#ifndef __ASM_SMP_H
2
#define __ASM_SMP_H
3
4
extern
cpumask_t cpu_initialized
;
5
extern
cpumask_t cpu_callin_map
;
6
7
extern
int
smp_call_function_mask
(
cpumask_t mask
,
void
(*
func
)(
void
*),
8
void
*
info
,
int
wait
);
9
10
#endif
11