Changeset 201 for trunk/src/os2ahci/os2ahci.c
- Timestamp:
- Aug 24, 2019, 6:36:37 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/os2ahci.c
r198 r201 1603 1603 /* reset watchdog timer */ 1604 1604 Timer_CancelTimer(timer_handle); 1605 th_reset_watchdog = 0; 1605 1606 dprintf(0,"reset watchdog invoked\n"); 1606 1607 1608 /* You cannot call the reset_ctxhook directly because it does things 1609 * that are illegal in an interrupt handler. 1610 */ 1611 1612 KernArmHook(reset_ctxhook_h, 0, 0); 1613 1607 1614 /* call context hook manually */ 1608 reset_ctxhook(0);1615 //reset_ctxhook(0); 1609 1616 } 1610 1617
Note:
See TracChangeset
for help on using the changeset viewer.