-
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: 370976 b: refs/heads/master c: 6d0cda9 h: refs/heads/master v: v3
- Loading branch information
Rusty Russell
committed
Apr 22, 2013
1 parent
3435612
commit 103a75b
Showing
3 changed files
with
55 additions
and
26 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: 86935fc4ee4d95efe01b6c91cd5143fa4c38c02b | ||
refs/heads/master: 6d0cda93c0d3c8bb0a553047c10f114c88c8af89 |
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 |
---|---|---|
|
@@ -17,6 +17,7 @@ | |
struct pgdir { | ||
unsigned long gpgdir; | ||
bool switcher_mapped; | ||
int last_host_cpu; | ||
pgd_t *pgdir; | ||
}; | ||
|
||
|
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