microblaze: cache: introduce flush_dcache_range()
authorOvidiu Panait <ovpanait@gmail.com>
Tue, 31 May 2022 18:14:32 +0000 (21:14 +0300)
committerMichal Simek <michal.simek@amd.com>
Fri, 24 Jun 2022 12:16:00 +0000 (14:16 +0200)
commit10f6508c0728c1a125bead212259b2921702d1b7
treefa775195eed0601d262e2ef86f7082facf2cfdc6
parent95b7a8fd128aec8214d13b33131a4ea1fa4cc9a3
microblaze: cache: introduce flush_dcache_range()

Align microblaze with the other architectures and provide an
implementation for flush_dcache_range(). Also, remove the microblaze
exception in drivers/core/device.c.

Signed-off-by: Ovidiu Panait <ovpanait@gmail.com>
Link: https://lore.kernel.org/r/20220531181435.3473549-11-ovpanait@gmail.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
arch/microblaze/cpu/cache.c
drivers/core/device.c