> > - char bitmap[BITMAP_SIZE];
> > + unsigned long bitmap[3];
> > list_t queue[MAX_PRIO];
>
> Sorry, of course this is wrong if sizeof(unsigned long) < 64. But you
> get the idea :)
thanks, i've put the generic fix into the -E1 patch.
> With the patch things look much better (and the kernel boots on my
> ppc64 machine :)
hey it should not even compile, you forgot to send us the PPC definition
of sched_find_first_zero_bit() ;-)
Ingo
-
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/