-
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: 163531 b: refs/heads/master c: 6d243dd h: refs/heads/master i: 163529: ad289a6 163527: c749f9e v: v3
- Loading branch information
Stuart Menefy
authored and
Paul Mundt
committed
Aug 24, 2009
1 parent
222fd94
commit ccc88b5
Showing
8 changed files
with
61 additions
and
6 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: a5cf9e2444ec15de5407696ff21c32dd21ca0a8d | ||
refs/heads/master: 6d243dd37002bcee54841852ab1b8606fd457851 |
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,12 @@ | ||
#ifndef _SH_CACHECTL_H | ||
#define _SH_CACHECTL_H | ||
|
||
/* Definitions for the cacheflush system call. */ | ||
|
||
#define CACHEFLUSH_D_INVAL 0x1 /* invalidate (without write back) */ | ||
#define CACHEFLUSH_D_WB 0x2 /* write back (without invalidate) */ | ||
#define CACHEFLUSH_D_PURGE 0x3 /* writeback and invalidate */ | ||
|
||
#define CACHEFLUSH_I 0x4 | ||
|
||
#endif /* _SH_CACHECTL_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
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
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