|
@@ -733,4 +733,6 @@ void __init trap_init(void)
|
|
pgm_check_table[0x15] = &operand_exception;
|
|
pgm_check_table[0x15] = &operand_exception;
|
|
pgm_check_table[0x1C] = &space_switch_exception;
|
|
pgm_check_table[0x1C] = &space_switch_exception;
|
|
pgm_check_table[0x1D] = &hfp_sqrt_exception;
|
|
pgm_check_table[0x1D] = &hfp_sqrt_exception;
|
|
|
|
+ /* Enable machine checks early. */
|
|
|
|
+ local_mcck_enable();
|
|
}
|
|
}
|