Ignore:
Timestamp:
08/19/98 20:09:59 (25 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
26b5c77f
Parents:
7549e14
Message:

Patch from Eric Valette <valette@…>:

  • Use the "hlt" instruction for the Idle thread,
  • Optimise interrupt PATH leadding to thread wakeup,
  • Preparation for Intel exception management that should come before the end of the week...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/i386/shared/irq/irq.c

    r7549e14 r8b2ee37c  
    357357    return 0;
    358358}   
     359
     360void _ThreadProcessSignalsFromIrq (CPU_Exception_frame* ctx)
     361{
     362  /*
     363   * If I understand the _Thread_Dispatch routine correctly
     364   * I do not see how this routine can be called given the
     365   * actual code. I plan to use this so far unused feature
     366   * to implement remote debugger ptrace("attach", ...)
     367   * command.
     368   */
     369  printk(" _ThreadProcessSignalsFromIrq called! mail valette@crf.canon.fr\n");
     370}
Note: See TracChangeset for help on using the changeset viewer.