Skip to content
Snippets Groups Projects
Commit 36c37a84 authored by Alexander Graf's avatar Alexander Graf Committed by Tom Rini
Browse files

efi_loader: Always flush in cache line size granularity


The cache line flush helpers only work properly when they get aligned
start and end addresses. Round our flush range to cache line size. It's
safe because we're guaranteed to flush within a single page which has the
same cache attributes.

Reported-by: default avatarMarek Vasut <marex@denx.de>
Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
Reviewed-by: default avatarAndreas Färber <afaerber@suse.de>
Tested-by: default avatarAndreas Färber <afaerber@suse.de>
parent 50c5d43c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment