Messages in this thread |  | | Subject | Re: sched.h changes in 2.4.19rc5aa1 / Digi's cpci driver doesn't compile | From | Alan Cox <> | Date | 12 Sep 2002 17:50:53 +0100 |
| |
On Thu, 2002-09-12 at 17:30, Pasi Kärkkäinen wrote > The code goes like this (cpci.c line 3847): > > current->state = TASK_INTERRUPTIBLE; > current->counter = 0; /* make us low-priority */ > > current is task_struct.
Its assuming old old scheduler bits. I suspect just removing the current->counter junk will make it happy
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |