-
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: 257296 b: refs/heads/master c: 433bd80 h: refs/heads/master v: v3
- Loading branch information
Andy Lutomirski
authored and
H. Peter Anvin
committed
Jul 13, 2011
1 parent
0d32b52
commit bc3e8bf
Showing
7 changed files
with
32 additions
and
6 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: 7f79ad15f33cf4968cafb0e3d2beba427de01d3a | ||
refs/heads/master: 433bd805e5fd2c731b3a9025b034f066272d336e |
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,16 @@ | ||
/* x86-specific clocksource additions */ | ||
|
||
#ifndef _ASM_X86_CLOCKSOURCE_H | ||
#define _ASM_X86_CLOCKSOURCE_H | ||
|
||
#ifdef CONFIG_X86_64 | ||
|
||
#define __ARCH_HAS_CLOCKSOURCE_DATA | ||
|
||
struct arch_clocksource_data { | ||
cycle_t (*vread)(void); | ||
}; | ||
|
||
#endif /* CONFIG_X86_64 */ | ||
|
||
#endif /* _ASM_X86_CLOCKSOURCE_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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/* | ||
* Architectures should override this file to add private userspace | ||
* clock magic if needed. | ||
*/ |
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