-
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: 178086 b: refs/heads/master c: a582e6f h: refs/heads/master v: v3
- Loading branch information
Michael Cree
authored and
Matt Turner
committed
Dec 18, 2009
1 parent
f6f58d0
commit d998acd
Showing
5 changed files
with
14 additions
and
2 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: 21797c599c710d3851d241c4b50690f2482bf618 | ||
refs/heads/master: a582e6f01b90211933e70edcec9bc0bbb1157402 |
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,9 @@ | ||
#ifndef __ASM_ALPHA_PERF_EVENT_H | ||
#define __ASM_ALPHA_PERF_EVENT_H | ||
|
||
/* Alpha only supports software events through this interface. */ | ||
static inline void set_perf_event_pending(void) { } | ||
|
||
#define PERF_EVENT_INDEX_OFFSET 0 | ||
|
||
#endif /* __ASM_ALPHA_PERF_EVENT_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