parent
678c3525b8
commit
8c1536dd0e
|
@ -843,6 +843,6 @@ int getRusEfiVersion(void) {
|
||||||
if (initBootloader() != 0)
|
if (initBootloader() != 0)
|
||||||
return 123;
|
return 123;
|
||||||
#endif /* EFI_BOOTLOADER_INCLUDE_CODE */
|
#endif /* EFI_BOOTLOADER_INCLUDE_CODE */
|
||||||
return 201200209;
|
return 201200211;
|
||||||
}
|
}
|
||||||
#endif /* EFI_UNIT_TEST */
|
#endif /* EFI_UNIT_TEST */
|
||||||
|
|
|
@ -391,7 +391,7 @@ static int tle8888_wake_driver(struct tle8888_priv *chip)
|
||||||
* chSemSignalI above requires rescheduling
|
* chSemSignalI above requires rescheduling
|
||||||
* interrupt handlers have implicit rescheduling
|
* interrupt handlers have implicit rescheduling
|
||||||
*/
|
*/
|
||||||
chDbgCheckClassS();
|
chSchResceduleS();
|
||||||
}
|
}
|
||||||
/* Leaving the critical zone.*/
|
/* Leaving the critical zone.*/
|
||||||
chSysRestoreStatusX(sts);
|
chSysRestoreStatusX(sts);
|
||||||
|
|
Loading…
Reference in New Issue