[PATCH v6 2/3] arm64: memset-arm64: Use simple memset when cache is disabled
Tom Rini
trini at konsulko.com
Fri Sep 24 16:14:26 CEST 2021
On Thu, Sep 02, 2021 at 05:00:18PM +0200, Stefan Roese wrote:
> The optimized memset uses the dc opcode, which causes problems when the
> cache is disabled. This patch adds a check if the cache is disabled and
> uses a very simple memset implementation in this case. Otherwise the
> optimized version is used.
>
> Signed-off-by: Stefan Roese <sr at denx.de>
Applied to u-boot/next, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20210924/c92cb081/attachment.sig>
More information about the U-Boot
mailing list