Changeset 8b2ee37c in rtems for c/src/lib/libbsp/i386/shared/irq/irq.c
- Timestamp:
- 08/19/98 20:09:59 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 26b5c77f
- Parents:
- 7549e14
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i386/shared/irq/irq.c
r7549e14 r8b2ee37c 357 357 return 0; 358 358 } 359 360 void _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.