Re: + stupid-hack-to-make-mainline-build.patch added to -mm tree

From: Jeremy Fitzhardinge
Date: Thu Mar 08 2007 - 15:34:26 EST


Chris Wright wrote:
> * Jeremy Fitzhardinge (jeremy@xxxxxxxx) wrote:
>
>> I guess by "rest of the kernel" you mean other stuff in arch/i386. Yes,
>> that's a concern, but maybe we can tease it apart in a sensible way.
>>
>
> Yes, that's exactly what I'm saying. Same with above (the native stuff), since
> we don't want a bunch of apic_read type of pv_ops (oh, wait... ;-) Of course,
> dom0 will be another can of worms, but one at a time.
>

Yeah, well we're already talking about a two-level model to accomodate
VMI, since it wants the mostly native SMP stuff except for the actual
apic operations.

Maybe hooking into genapic is the right way to mop up all the uses of
send_IPI and its variants. But from a quick grep it doesn't look like
they get called from too many places... Most of the callers seem to be
in arch/i386/kernek/smp.c, so they should be pretty easy to isolate.

J
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/