]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit0ffe7b618ec5db493210cf01408fce1eebb16526
treefa775195eed0601d262e2ef86f7082facf2cfdc6
parentacc5ae58bfe9d4ffdc71813bd43c37c46bcee508
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