Skip to content
Commit a22c65f8 authored by Albrecht Dreß's avatar Albrecht Dreß Committed by Grant Likely
Browse files

powerpc: tiny memcpy_(to|from)io optimisation



This trivial patch changes memcpy_(to|from)io as to transfer as many
32-bit words as possible in 32-bit accesses (in the current solution,
the last 32-bit word was transferred as 4 byte accesses).

Signed-off-by: default avatarAlbrecht Dreß <albrecht.dress@arcor.de>
Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent 5cc17d7e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment