CorebootModulePkg: Don't mask off legacy 8259 sources.

With the legacy sources masked, closing laptop lid results
in hard shutdown vs graceful transition to S3/suspend
(per coolstar)
This commit is contained in:
CoolStar
2016-12-04 11:52:19 -08:00
committed by Matt DeVillier
parent 927fc0e4b5
commit d67d692ee2

View File

@ -435,12 +435,6 @@ CbPeiEntryPoint (
return Status;
}
//
// Mask off all legacy 8259 interrupt sources
//
IoWrite8 (LEGACY_8259_MASK_REGISTER_MASTER, 0xFF);
IoWrite8 (LEGACY_8259_MASK_REGISTER_SLAVE, 0xFF);
return EFI_SUCCESS;
}