diff options
author | Richard Kuo <rkuo@codeaurora.org> | 2013-03-25 22:57:36 -0400 |
---|---|---|
committer | Richard Kuo <rkuo@codeaurora.org> | 2013-04-30 20:40:27 -0400 |
commit | 7959bd76a18cea222eb9ee9040709ffc0a4612de (patch) | |
tree | 8dc081fc94afe877ae558f1c596624db475db497 /arch/hexagon | |
parent | f3f601c1d2728f02544cfd143eaa82e5398b3e9b (diff) |
Hexagon: add translation types for __vmnewmap
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
Diffstat (limited to 'arch/hexagon')
-rw-r--r-- | arch/hexagon/include/asm/hexagon_vm.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/hexagon/include/asm/hexagon_vm.h b/arch/hexagon/include/asm/hexagon_vm.h index 6b81e4d5ecb1..2d84cef5b8a0 100644 --- a/arch/hexagon/include/asm/hexagon_vm.h +++ b/arch/hexagon/include/asm/hexagon_vm.h | |||
@@ -197,6 +197,13 @@ static inline long __vmintop_clear(long i) | |||
197 | * Constants for virtual instruction parameters and return values | 197 | * Constants for virtual instruction parameters and return values |
198 | */ | 198 | */ |
199 | 199 | ||
200 | /* vmnewmap arguments */ | ||
201 | |||
202 | #define VM_TRANS_TYPE_LINEAR 0 | ||
203 | #define VM_TRANS_TYPE_TABLE 1 | ||
204 | #define VM_TLB_INVALIDATE_FALSE 0 | ||
205 | #define VM_TLB_INVALIDATE_TRUE 1 | ||
206 | |||
200 | /* vmsetie arguments */ | 207 | /* vmsetie arguments */ |
201 | 208 | ||
202 | #define VM_INT_DISABLE 0 | 209 | #define VM_INT_DISABLE 0 |