summaryrefslogtreecommitdiff
path: root/block/Makefile
diff options
context:
space:
mode:
authorJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>2010-03-26 22:37:50 (GMT)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2010-07-27 15:50:41 (GMT)
commitd2cb214551de8180542a04ec8c86c0c9412c5124 (patch)
tree8c9cb83c2899cc765cf5789896b19383b6e8ddef /block/Makefile
parenta0d40c80256e31b23849f2ba781b74bf0218a1fa (diff)
downloadlinux-fsl-qoriq-d2cb214551de8180542a04ec8c86c0c9412c5124.tar.xz
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 'block/Makefile')
0 files changed, 0 insertions, 0 deletions