| 125 | |
| 126 | #if CONFIG(LP_NVRAM) |
| 127 | static void cb_parse_optiontable(void *ptr, struct sysinfo_t *info) |
| 128 | { |
| 129 | /* ptr is already virtual, but we want to keep physical addresses */ |
| 130 | info->cmos_option_table = virt_to_phys(ptr); |
| 131 | } |
| 132 | |
| 133 | static void cb_parse_checksum(void *ptr, struct sysinfo_t *info) |
| 134 | { |
no test coverage detected