函数源码 |
Source File:arch\x86\kernel\cpu\mce\core.c |
Create Date:2022-07-27 09:01:42 |
首页 | Copyright©Brick |
2142 2143 2144 2145 2146 2147 2148 | /* Toggle features for corrected errors */ static void mce_disable_cmci( void *data) { if (!mce_available(raw_cpu_ptr(&cpu_info))) return ; cmci_clear(); } |