-
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: 79799 b: refs/heads/master c: 2fed0c5 h: refs/heads/master i: 79797: f51c846 79795: d59a56b 79791: f059228 v: v3
- Loading branch information
Glauber de Oliveira Costa
authored and
Ingo Molnar
committed
Jan 30, 2008
1 parent
53bdb32
commit 0fc58bf
Showing
4 changed files
with
65 additions
and
59 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: 6abcd98ffafbff81f0bfd7ee1d129e634af13245 | ||
refs/heads/master: 2fed0c507cf0101d511366f36e8573f403dbfea5 |
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,5 +1,19 @@ | ||
#ifndef _X86_SPINLOCK_H_ | ||
#define _X86_SPINLOCK_H_ | ||
|
||
#ifdef CONFIG_PARAVIRT | ||
#include <asm/paravirt.h> | ||
#else | ||
#define CLI_STRING "cli" | ||
#define STI_STRING "sti" | ||
#define CLI_STI_CLOBBERS | ||
#define CLI_STI_INPUT_ARGS | ||
#endif /* CONFIG_PARAVIRT */ | ||
|
||
#ifdef CONFIG_X86_32 | ||
# include "spinlock_32.h" | ||
#else | ||
# include "spinlock_64.h" | ||
#endif | ||
|
||
#endif |
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