Messages in this thread Patch in this message |  | | | From | Rafal Maszkowski <> | | Subject | cyclades.c 2.1.32 | | Date | 5 Apr 1997 23:30:29 GMT |
| |
Probalby it shuodl be changed like this:
--- cyclades.c.orig Sat Nov 30 09:48:33 1996 +++ cyclades.c Sun Apr 6 01:13:48 1997 @@ -622,7 +622,7 @@ cy_sched_event(struct cyclades_port *info, int event) { info->event |= 1 << event; /* remember what kind of event and who */ - queue_task_irq_off(&info->tqueue, &tq_cyclades); /* it belongs to */ + queue_task(&info->tqueue, &tq_cyclades); /* it belongs to */ mark_bh(CYCLADES_BH); /* then trigger event */ } /* cy_sched_event */ @@ -820,7 +820,7 @@ #endif } } - queue_task_irq_off(&tty->flip.tqueue, &tq_timer); + queue_task(&tty->flip.tqueue, &tq_timer); } /* end of service */ base_addr[CyRIR<<index] = (save_xir & 0x3f); Haven't checked if it works but at least kernel compiles.
R. -- Rafal Maszkowski rzm@torun.pdi.net http://www.torun.pdi.net/~rzm Opinia publiczna powinna byc zaalarmowana swoim nieistnieniem - St. J. Lec
|  |