commit | d091fcb97ff48a5cb6de19ad0881fb2c8e76dbc0 | [log] [tgz] |
---|---|---|
author | Vineet Gupta <vgupta@synopsys.com> | Mon Jun 17 19:44:06 2013 +0530 |
committer | Vineet Gupta <vgupta@synopsys.com> | Fri Aug 30 10:19:12 2013 +0530 |
tree | c54e1ce880e399ed6a72c054f6cf244bc3752071 | |
parent | 64b703ef276964b160a5e88df0764f254460cafb [diff] |
ARC: MMUv4 preps/2 - Reshuffle PTE bits With previous commit freeing up PTE bits, reassign them so as to: - Match the bit to H/w counterpart where possible (e.g. MMUv2 GLOBAL/PRESENT, this avoids a shift in create_tlb()) - Avoid holes in _PAGE_xxx definitions Signed-off-by: Vineet Gupta <vgupta@synopsys.com>