-
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: 257298 b: refs/heads/master c: 574c44f h: refs/heads/master v: v3
- Loading branch information
Andy Lutomirski
authored and
H. Peter Anvin
committed
Jul 15, 2011
1 parent
30bfa46
commit aa765c7
Showing
7 changed files
with
17 additions
and
12 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: 98d0ac38ca7b1b7a552c9a2359174ff84decb600 | ||
refs/heads/master: 574c44fa8fa6262ffd5939789ef51a6e98ed62d7 |
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,12 @@ | ||
/* IA64-specific clocksource additions */ | ||
|
||
#ifndef _ASM_IA64_CLOCKSOURCE_H | ||
#define _ASM_IA64_CLOCKSOURCE_H | ||
|
||
#define __ARCH_HAS_CLOCKSOURCE_DATA | ||
|
||
struct arch_clocksource_data { | ||
void *fsys_mmio; /* used by fsyscall asm code */ | ||
}; | ||
|
||
#endif /* _ASM_IA64_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
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