Skip to content

Commit

Permalink
Merge branches 'arm/mediatek', 'arm/smmu', 'x86/amd', 's390', 'core' …
Browse files Browse the repository at this point in the history
…and 'arm/exynos' into next
  • Loading branch information
joergroedel committed Dec 6, 2016
7 parents 3e5de27 + 00c7c81 + 18b709b + ebcfa28 + 37bad55 + 24c790f + 2f5f44f commit 1465f48
Show file tree
Hide file tree
Showing 49 changed files with 2,621 additions and 452 deletions.
12 changes: 12 additions & 0 deletions Documentation/ABI/testing/sysfs-devices-deferred_probe
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
What: /sys/devices/.../deferred_probe
Date: August 2016
Contact: Ben Hutchings <[email protected]>
Description:
The /sys/devices/.../deferred_probe attribute is
present for all devices. If a driver detects during
probing a device that a related device is not yet
ready, it may defer probing of the first device. The
kernel will retry probing the first device after any
other device is successfully probed. This attribute
reads as 1 if probing of this device is currently
deferred, or 0 otherwise.
2 changes: 2 additions & 0 deletions arch/arm64/mm/dma-mapping.c
Original file line number Diff line number Diff line change
Expand Up @@ -796,6 +796,8 @@ static struct dma_map_ops iommu_dma_ops = {
.sync_single_for_device = __iommu_sync_single_for_device,
.sync_sg_for_cpu = __iommu_sync_sg_for_cpu,
.sync_sg_for_device = __iommu_sync_sg_for_device,
.map_resource = iommu_dma_map_resource,
.unmap_resource = iommu_dma_unmap_resource,
.dma_supported = iommu_dma_supported,
.mapping_error = iommu_dma_mapping_error,
};
Expand Down
2 changes: 2 additions & 0 deletions arch/x86/kernel/cpu/intel_cacheinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -934,6 +934,8 @@ static int __populate_cache_leaves(unsigned int cpu)
ci_leaf_init(this_leaf++, &id4_regs);
__cache_cpumap_setup(cpu, idx, &id4_regs);
}
this_cpu_ci->cpu_map_populated = true;

return 0;
}

Expand Down
Loading

0 comments on commit 1465f48

Please sign in to comment.