summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-06-27 11:31:28 +0200
committerIngo Molnar <mingo@elte.hu>2008-06-27 11:34:01 +0200
commit07c40e8a1acdb56fca485a6deeb252ebf19509a1 (patch)
tree374e52fd813fda5c246eee1aefb029f4ecc05d58 /tools/perf/scripts/python/bin
parent92af4e29020ff096178a00605b3662b3b39d4aa9 (diff)
downloadkernel-07c40e8a1acdb56fca485a6deeb252ebf19509a1.tar.gz
x86, AMD IOMMU: build fix #3
fix typo causing: arch/x86/kernel/built-in.o: In function `__unmap_single': amd_iommu.c:(.text+0x17771): undefined reference to `iommu_area_free' arch/x86/kernel/built-in.o: In function `__map_single': amd_iommu.c:(.text+0x1797a): undefined reference to `iommu_area_alloc' amd_iommu.c:(.text+0x179a2): undefined reference to `iommu_area_alloc' Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
f2cb4'>[PATCH] introduce __blkdev_driver_ioctl()Al Viro 2008-10-09block: make partition array dynamicTejun Heo 2008-10-09block: introduce partition 0Tejun Heo 2008-10-09block: fix disk->part[] dereferencing raceTejun Heo 2008-10-09block: don't depend on consecutive minor spaceTejun Heo 2008-10-09block: make variable and argument names more consistentTejun Heo 2008-10-09block: update add_partition() error handlingTejun Heo 2008-10-09block: allow deleting zero length partitionTejun Heo 2008-10-09Allow elevators to sort/merge discard requestsDavid Woodhouse 2008-10-09Add BLKDISCARD ioctl to allow userspace to discard sectorsDavid Woodhouse 2008-07-25block/ioctl.c and fs/partition/check.c: check value returned by add_partition()Abdel Benamrouche