函数源码 |
Source File:kernel\crash_core.c |
Create Date:2022-07-27 12:02:54 |
首页 | Copyright©Brick |
316 317 318 319 320 321 322 323 324 325 | static void update_vmcoreinfo_note( void ) { u32 *buf = vmcoreinfo_note; if (!vmcoreinfo_size) return ; buf = append_elf_note(buf, VMCOREINFO_NOTE_NAME, 0, vmcoreinfo_data, vmcoreinfo_size); final_note(buf); } |