commit | b6d4f2800b7bad654caf00654f4bff21594ef838 | [log] [tgz] |
---|---|---|
author | Laura Abbott <lauraa@codeaurora.org> | Tue Aug 19 20:41:42 2014 +0100 |
committer | Will Deacon <will.deacon@arm.com> | Mon Sep 08 14:39:18 2014 +0100 |
tree | 9d6d26aa5587d8c65ea64dd61068db2659a1c2f0 | |
parent | 5e051531447259e5df95c44bccb69979537c19e4 [diff] |
arm64: Introduce {set,clear}_pte_bit It's useful to be able to change individual bits in ptes at times. Introduce functions for this and update existing pte_mk* functions to use these primatives. Acked-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Laura Abbott <lauraa@codeaurora.org> [will: added missing inline keyword for new header functions] Signed-off-by: Will Deacon <will.deacon@arm.com>