mirror of https://github.com/torvalds/linux.git
pstore update for v6.19-rc1
- pstore/ram: Update module parameters from platform data (Tzung-Bi Shih) -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQRSPkdeREjth1dHnSE2KwveOeQkuwUCaS9EPwAKCRA2KwveOeQk uyEDAQDZTrI547b000g8gjAWpQpQWB32wkNZOP4ANafAGQXLDwD9G8YxKQFRX+HJ mfkvgK8JqOiPjsnvbPJv/F2VdBaQHAk= =FDkt -----END PGP SIGNATURE----- Merge tag 'pstore-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux Pull pstore update from Kees Cook: - pstore/ram: Update module parameters from platform data (Tzung-Bi Shih) * tag 'pstore-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux: pstore/ram: Update module parameters from platform data
This commit is contained in:
commit
3ee37abbbd
|
|
@ -864,6 +864,8 @@ static int ramoops_probe(struct platform_device *pdev)
|
||||||
ramoops_console_size = pdata->console_size;
|
ramoops_console_size = pdata->console_size;
|
||||||
ramoops_pmsg_size = pdata->pmsg_size;
|
ramoops_pmsg_size = pdata->pmsg_size;
|
||||||
ramoops_ftrace_size = pdata->ftrace_size;
|
ramoops_ftrace_size = pdata->ftrace_size;
|
||||||
|
mem_type = pdata->mem_type;
|
||||||
|
ramoops_ecc = pdata->ecc_info.ecc_size;
|
||||||
|
|
||||||
pr_info("using 0x%lx@0x%llx, ecc: %d\n",
|
pr_info("using 0x%lx@0x%llx, ecc: %d\n",
|
||||||
cxt->size, (unsigned long long)cxt->phys_addr,
|
cxt->size, (unsigned long long)cxt->phys_addr,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue