diff options
author | Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> | 2010-03-26 15:37:50 -0700 |
---|---|---|
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2010-07-27 11:50:41 -0400 |
commit | d2cb214551de8180542a04ec8c86c0c9412c5124 (patch) | |
tree | 8c9cb83c2899cc765cf5789896b19383b6e8ddef /include/xen | |
parent | a0d40c80256e31b23849f2ba781b74bf0218a1fa (diff) | |
download | kernel_samsung_espresso10-d2cb214551de8180542a04ec8c86c0c9412c5124.zip kernel_samsung_espresso10-d2cb214551de8180542a04ec8c86c0c9412c5124.tar.gz kernel_samsung_espresso10-d2cb214551de8180542a04ec8c86c0c9412c5124.tar.bz2 |
xen/mmu: inhibit vmap aliases rather than trying to clear them out
Rather than trying to deal with aliases once they appear, just completely
inhibit them. Mostly the removal of aliases was managable, but it comes
unstuck in xen_create_contiguous_region() because it gets executed at
interrupt time (as a result of dma_alloc_coherent()), which causes all
sorts of confusion in the vmap code, as it was never intended to be run
in interrupt context.
This has the unfortunate side effect of removing all the unmap batching
the vmap code so carefully added, but that can't be helped.
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'include/xen')
0 files changed, 0 insertions, 0 deletions