-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 136519 b: refs/heads/master c: 422e79a h: refs/heads/master i: 136517: 19a3d89 136515: 504766a 136511: 2fd6adc v: v3
- Loading branch information
Michael Ellerman
authored and
H. Peter Anvin
committed
Jan 19, 2009
1 parent
0e94d59
commit 369fb3e
Showing
27 changed files
with
285 additions
and
325 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 2d4d57db692ea790e185656516e6ebe8791f1788 | ||
refs/heads/master: 422e79a8b39d9ac73e410dc3cd099aecea82afd2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
#ifndef _ASM_X86_CPUMASK_H | ||
#define _ASM_X86_CPUMASK_H | ||
#ifndef __ASSEMBLY__ | ||
#include <linux/cpumask.h> | ||
|
||
#ifdef CONFIG_X86_64 | ||
|
||
extern cpumask_var_t cpu_callin_mask; | ||
extern cpumask_var_t cpu_callout_mask; | ||
extern cpumask_var_t cpu_initialized_mask; | ||
extern cpumask_var_t cpu_sibling_setup_mask; | ||
|
||
#else /* CONFIG_X86_32 */ | ||
|
||
extern cpumask_t cpu_callin_map; | ||
extern cpumask_t cpu_callout_map; | ||
extern cpumask_t cpu_initialized; | ||
extern cpumask_t cpu_sibling_setup_map; | ||
|
||
#define cpu_callin_mask ((struct cpumask *)&cpu_callin_map) | ||
#define cpu_callout_mask ((struct cpumask *)&cpu_callout_map) | ||
#define cpu_initialized_mask ((struct cpumask *)&cpu_initialized) | ||
#define cpu_sibling_setup_mask ((struct cpumask *)&cpu_sibling_setup_map) | ||
|
||
#endif /* CONFIG_X86_32 */ | ||
|
||
#endif /* __ASSEMBLY__ */ | ||
#endif /* _ASM_X86_CPUMASK_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.