From 8b2ee37c3806d5340cb3457bfce0b80730468e59 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 19 Aug 1998 20:09:59 +0000 Subject: Patch from Eric 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... --- c/src/lib/libbsp/i386/shared/irq/irq.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'c/src/lib/libbsp/i386/shared/irq/irq.c') diff --git a/c/src/lib/libbsp/i386/shared/irq/irq.c b/c/src/lib/libbsp/i386/shared/irq/irq.c index 026f4953d7..356112076f 100644 --- a/c/src/lib/libbsp/i386/shared/irq/irq.c +++ b/c/src/lib/libbsp/i386/shared/irq/irq.c @@ -356,3 +356,15 @@ int pc386_rtems_irq_mngt_get(rtems_irq_global_settings** config) *config = internal_config; return 0; } + +void _ThreadProcessSignalsFromIrq (CPU_Exception_frame* ctx) +{ + /* + * If I understand the _Thread_Dispatch routine correctly + * I do not see how this routine can be called given the + * actual code. I plan to use this so far unused feature + * to implement remote debugger ptrace("attach", ...) + * command. + */ + printk(" _ThreadProcessSignalsFromIrq called! mail valette@crf.canon.fr\n"); +} -- cgit v1.2.3