Re: [patch] O(1) scheduler, -H7

Stephan von Krawczynski (skraw@ithnet.com)
Sun, 13 Jan 2002 18:57:32 +0100


On Sun, 13 Jan 2002 20:34:39 +0100 (CET)
Ingo Molnar <mingo@elte.hu> wrote:

>
> the -H7 patch is available:
>
> http://redhat.com/~mingo/O(1)-scheduler/sched-O1-2.5.2-pre11-H7.patch
> http://redhat.com/~mingo/O(1)-scheduler/sched-O1-2.4.17-H7.patch

Sorry ingo,

this does not compile under 2.4.17:

make[2]: Entering directory `/usr/src/linux/kernel'
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes
-Wno-trigrap hs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe
-mpreferred-s tack-boundary=2 -march=i686 -fno-omit-frame-pointer -c -o
sched.o sched.c sched.c:21: asm/sched.h: No such file or directory
sched.c: In function `context_switch':
sched.c:430: warning: implicit declaration of function `enter_lazy_tlb'
sched.c:432: warning: implicit declaration of function `switch_mm'
sched.c: In function `schedule':
sched.c:785: warning: implicit declaration of function
`sched_find_first_zero_bi t'
make[2]: *** [sched.o] Error 1
make[2]: Leaving directory `/usr/src/linux/kernel'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/usr/src/linux/kernel'
make: *** [_dir_kernel] Error 2

Regards,
Stephan

-
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/