mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 20:40:52 +07:00
parisc: Add hardware description to stack traces
Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
parent
8801ccb9fa
commit
dbf2a4b1ff
@ -288,6 +288,8 @@ void __init collect_boot_cpu_data(void)
|
||||
printk(KERN_INFO "model %s\n",
|
||||
boot_cpu_data.pdc.sys_model_name);
|
||||
|
||||
dump_stack_set_arch_desc("%s", boot_cpu_data.pdc.sys_model_name);
|
||||
|
||||
boot_cpu_data.hversion = boot_cpu_data.pdc.model.hversion;
|
||||
boot_cpu_data.sversion = boot_cpu_data.pdc.model.sversion;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user