-
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: 245523 b: refs/heads/master c: b313207 h: refs/heads/master i: 245521: d1d8432 245519: ea8f3b0 v: v3
- Loading branch information
Ingo Molnar
committed
May 18, 2011
1 parent
3619054
commit f77bfc6
Showing
2 changed files
with
9 additions
and
1 deletion.
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: 01ed58abec07633791f03684b937a7e22e00c9bb | ||
refs/heads/master: b313207286a78abac19f1dd2721292eae598b0f5 |
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,8 @@ | ||
#ifndef _PERF_ASM_ALTERNATIVE_ASM_H | ||
#define _PERF_ASM_ALTERNATIVE_ASM_H | ||
|
||
/* Just disable it so we can build arch/x86/lib/memcpy_64.S for perf bench: */ | ||
|
||
#define altinstruction_entry # | ||
|
||
#endif |