arm64: Add 32bit arm compatible dcache definitions
authorAlexander Graf <agraf@suse.de>
Wed, 16 Mar 2016 14:41:20 +0000 (15:41 +0100)
committerTom Rini <trini@konsulko.com>
Sun, 27 Mar 2016 13:12:16 +0000 (09:12 -0400)
commit53eb45ef40b696c0e2d9d5bf4b691a97e8d8ea64
treeff22f07aabcbfcd84e7006e5406b227b018abb89
parent8cac14719d5bc6a71cd249b349331fe5f2ffa03f
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>
arch/arm/include/asm/system.h