Must be executed on each CPU during resume. */
| 1372 | |
| 1373 | /* Must be executed on each CPU during resume. */ |
| 1374 | void |
| 1375 | mca_resume(void) |
| 1376 | { |
| 1377 | |
| 1378 | _mca_init(0); |
| 1379 | } |
| 1380 | |
| 1381 | /* |
| 1382 | * The machine check registers for the BSP cannot be initialized until |
no test coverage detected