函数源码 |
Source File:kernel\crash_core.c |
Create Date:2022-07-27 12:02:51 |
首页 | Copyright©Brick |
285 286 287 288 289 290 291 292 | int __init parse_crashkernel_low( char *cmdline, unsigned long long system_ram, unsigned long long *crash_size, unsigned long long *crash_base) { return __parse_crashkernel(cmdline, system_ram, crash_size, crash_base, "crashkernel=" , suffix_tbl[SUFFIX_LOW]); } |