commit | 188c8ff6f087093f2debd5087eb6ec0146ffa96d | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Wed Mar 16 15:41:20 2016 +0100 |
committer | Tom Rini <trini@konsulko.com> | Sun Mar 27 09:12:16 2016 -0400 |
tree | ff22f07aabcbfcd84e7006e5406b227b018abb89 | |
parent | d3b7d852429845b69f6082f65c967b45235c418d [diff] |
arm64: Add 32bit arm compatible dcache definitions We want to be able to reuse device drivers from 32bit code, so let's add definitions for all the dcache options that 32bit code has. While at it, fix up the DCACHE_OFF configuration. That was setting the bits to declare a PTE a PTE and left the MAIR index bit at 0. Drop the useless bits and make the index explicit. Signed-off-by: Alexander Graf <agraf@suse.de>