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

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

Merge "soc: qcom: update ss structure for alignment support minidump"

parents ae82dbf9 496ce22e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ struct md_ss_toc {
	u32			encryption_status;
	u32			encryption_required;
	u32			ss_region_count;
	struct md_ss_region	*md_ss_smem_regions_baseptr;
	u64			md_ss_smem_regions_baseptr;
};

/**
+1 −1
Original line number Diff line number Diff line
@@ -354,7 +354,7 @@ static int __init msm_minidump_init(void)
		return -ENOMEM;

	md_ss_toc->md_ss_smem_regions_baseptr =
				(void *)virt_to_phys(minidump_table.md_regions);
				virt_to_phys(minidump_table.md_regions);

	/* First entry would be ELF header */
	md_ss_toc->ss_region_count = 1;