-
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: 375570 b: refs/heads/master c: 5d1c574 h: refs/heads/master v: v3
- Loading branch information
Li Zhong
authored and
Benjamin Herrenschmidt
committed
May 14, 2013
1 parent
f07f4bd
commit f141115
Showing
3 changed files
with
13 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: 106ed886abc46723c290e82e5f161d9b40820203 | ||
| refs/heads/master: 5d1c57451154047ab31aadfbc712bb8aa174bfb3 |
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,10 @@ | ||
| #ifndef _ASM_POWERPC_CONTEXT_TRACKING_H | ||
| #define _ASM_POWERPC_CONTEXT_TRACKING_H | ||
|
|
||
| #ifdef CONFIG_CONTEXT_TRACKING | ||
| #define SCHEDULE_USER bl .schedule_user | ||
| #else | ||
| #define SCHEDULE_USER bl .schedule | ||
| #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