-
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: 349923 b: refs/heads/master c: 0c6332e h: refs/heads/master i: 349921: 902cf48 349919: 241c96c v: v3
- Loading branch information
Arnaldo Carvalho de Melo
committed
Jan 24, 2013
1 parent
51a1ed0
commit de5e804
Showing
4 changed files
with
12 additions
and
3 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: 54359d3340241b4cf53e42ecd5c429d7ba6fbef3 | ||
refs/heads/master: 0c6332e9d8b8f38a9d5f0cdd66c5575e76ad8995 |
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 |
---|---|---|
|
@@ -33,8 +33,6 @@ | |
|
||
extern int verbose; | ||
|
||
bool test_attr__enabled; | ||
|
||
static char *dir; | ||
|
||
void test_attr__init(void) | ||
|
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 |
---|---|---|
|
@@ -12,6 +12,8 @@ | |
*/ | ||
unsigned int page_size; | ||
|
||
bool test_attr__enabled; | ||
|
||
bool perf_host = true; | ||
bool perf_guest = false; | ||
|
||
|