On 20020204 Ingo Molnar wrote:
>
>the -K2 O(1) scheduler patch for kernels 2.5.3, 2.4.18-pre7 and 2.4.17 is
>available at:
>
> http://redhat.com/~mingo/O(1)-scheduler/sched-O1-2.5.3-K2.patch
> http://redhat.com/~mingo/O(1)-scheduler/sched-O1-2.4.17-K2.patch
> http://redhat.com/~mingo/O(1)-scheduler/sched-O1-2.4.18-pre7-K2.patch
>
>the -K2 patch includes fixes, cleanups, performance improvements and
>interactivity improvements.
>
>Bug reports, comments, suggestions are welcome,
>
Not usre if its a bug or my fault.
To build bproc, I changed all
nice = current->nice -----> nice = task_nice(current)
but...
werewolf:~# depmod -ae
depmod: *** Unresolved symbols in /lib/modules/2.4.18-pre7-slb/bproc/bproc.o
depmod: task_nice
Perhaps a missing
EXPORT_SYMBOL(set_user_nice);
+EXPORT_SYMBOL(task_nice);
in ksyms.c ??
TIA
-- J.A. Magallon # Let the source be with you... mailto:jamagallon@able.es Mandrake Linux release 8.2 (Cooker) for i586 Linux werewolf 2.4.18-pre7-slb #1 SMP Mon Feb 4 21:21:52 CET 2002 i686 - 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/
This archive was generated by hypermail 2b29 : Thu Feb 07 2002 - 21:00:39 EST