Ignore:
Timestamp:
Aug 24, 2019, 6:36:37 PM (6 years ago)
Author:
David Azarewicz
Message:

Fixed trap in hardware failure recovery.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/os2ahci.c

    r198 r201  
    16031603  /* reset watchdog timer */
    16041604  Timer_CancelTimer(timer_handle);
     1605  th_reset_watchdog = 0;
    16051606  dprintf(0,"reset watchdog invoked\n");
    16061607
     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
    16071614  /* call context hook manually */
    1608   reset_ctxhook(0);
     1615  //reset_ctxhook(0);
    16091616}
    16101617
Note: See TracChangeset for help on using the changeset viewer.