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

Commit cb225c73 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "iommu: msm: Correct address range in access_control feature"

parents 65e7aaeb e1b34746
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -77,8 +77,8 @@ void msm_access_control(void)
	unsigned long start, kernel_start, kernel_end, end;

	start = 0;
	kernel_start = ALIGN(__pa(_stext), SZ_2M);
	kernel_end = ALIGN(__pa(_etext), SZ_2M);
	kernel_start = rounddown(__pa(_stext), PAGE_SIZE);
	kernel_end = ALIGN(__pa(_etext), PAGE_SIZE);
	end = 0xFFFFFFFF;

	/*