Re: [PATCH] Bugfix for VMI paravirt ops

From: Jeremy Fitzhardinge
Date: Thu Apr 05 2007 - 20:15:45 EST


Zachary Amsden wrote:
> No, they are totally dependent. The reason interrupts are disabled is
> to stop kmap_atomic in interrupt handlers. With the kmap_atomic_pte
> changes, the whole interrupt disable jibberish goes away.

But kmap_atomic_pte is a special case of kmap_atomic for ptes.
Interrupt routines can still use plain kmap_atomic for bouncebuffers and
so on.

A more general patch would be to make kmap/unmap_atomic pv_ops, and then
they can all be rolled together. I.e: check the type to see if special
pte handling needs to happen, etc.

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/