From: Anton Blanchard Date: Sun, 3 Jun 2012 19:42:13 +0000 (+0000) Subject: powerpc/pseries: Disable interrupts around IOMMU percpu data accesses X-Git-Tag: v3.6-rc1~132^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1703e85a7b20ffcefd5360e2542460737ecc15c;p=pandora-kernel.git powerpc/pseries: Disable interrupts around IOMMU percpu data accesses tce_buildmulti_pSeriesLP uses a per cpu page to communicate with the hypervisor. We currently rely on the IOMMU table spinlock but subsequent patches will be removing that so disable interrupts around all accesses of tce_page. Signed-off-by: Anton Blanchard Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed