kernel: fix crashlog build error on 4.9
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
9c18235b3a
commit
478be1d371
1 changed files with 2 additions and 2 deletions
|
@ -212,8 +212,8 @@
|
||||||
+ crashlog_printf("Modules:");
|
+ crashlog_printf("Modules:");
|
||||||
+ list_for_each_entry(m, crashlog_modules, list) {
|
+ list_for_each_entry(m, crashlog_modules, list) {
|
||||||
+ crashlog_printf("\t%s@%p+%x", m->name,
|
+ crashlog_printf("\t%s@%p+%x", m->name,
|
||||||
+ m->module_core, m->core_size,
|
+ m->core_layout.base, m->core_layout.size,
|
||||||
+ m->module_init, m->init_size);
|
+ m->init_layout.base, m->init_layout.size);
|
||||||
+ }
|
+ }
|
||||||
+ crashlog_printf("\n");
|
+ crashlog_printf("\n");
|
||||||
+ first = false;
|
+ first = false;
|
||||||
|
|
Loading…
Reference in a new issue