summaryrefslogtreecommitdiff
path: root/arch/powerpc/math-emu
diff options
context:
space:
mode:
authorOliver O'Halloran <oohall@gmail.com>2017-10-19 18:13:54 +1100
committerMichael Ellerman <mpe@ellerman.id.au>2017-11-13 08:00:30 +1100
commit32ce3862af3c42a3890e99846a8d1ad8871a49f9 (patch)
tree1c6c9140569f4478c4b5a058c98579ef55dbd24e /arch/powerpc/math-emu
parent1b2c2b12386f9bb009a2249eca00e01a9d76d7c1 (diff)
powerpc/lib: Implement PMEM API
Implement the architecture specific cache maintence functions that make up the "PMEM API". Currently the writeback and invalidate functions are the same since the function of the DCBST (data cache block store) instruction is typically interpreted as "writeback to the point of coherency" rather than to memory. As a result implementing the API requires a full cache flush rather than just a cache write back. This will probably change in the not-too-distant future. Signed-off-by: Oliver O'Halloran <oohall@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/math-emu')
0 files changed, 0 insertions, 0 deletions