Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 2e6fdc95 authored by Trilok Soni's avatar Trilok Soni
Browse files

arm64: io: Fix memset_io optimization



memset_io optimization for 8bytes write missed to use the
internal variable formed for writing whole 8bytes with
same pattern of the bytes and instead it was only writing
the one byte with the memset byte pattern.

Use the internal variable 'qc' instead while doing
the quad writes.

Change-Id: I7129fd91f2da3cfa717e9f4827dca84c330bac74
Signed-off-by: default avatarTrilok Soni <tsoni@codeaurora.org>
parent c6297e1e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment