[PATCH] x86_64: Rename IOMMU option, fix help and mark option embedded.
- Rename the GART_IOMMU option to IOMMU to make clear it's not just for AMD - Rewrite the help text to better emphatise this fact - Make it an embedded option because too many people get it wrong. To my astonishment I discovered the aacraid driver tests this symbol directly. This looks quite broken to me - it's an internal implementation detail of the PCI DMA API. Can the maintainer please clarify what this test was intended to do? Cc: linux-scsi@vger.kernel.org Cc: alan@redhat.com Cc: markh@osdl.org Signed-off-by:Andi Kleen <ak@suse.de> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
Showing
- arch/x86_64/Kconfig 16 additions, 14 deletionsarch/x86_64/Kconfig
- arch/x86_64/Kconfig.debug 1 addition, 1 deletionarch/x86_64/Kconfig.debug
- arch/x86_64/kernel/Makefile 1 addition, 1 deletionarch/x86_64/kernel/Makefile
- arch/x86_64/kernel/io_apic.c 1 addition, 1 deletionarch/x86_64/kernel/io_apic.c
- arch/x86_64/kernel/pci-dma.c 1 addition, 1 deletionarch/x86_64/kernel/pci-dma.c
- arch/x86_64/kernel/setup.c 1 addition, 1 deletionarch/x86_64/kernel/setup.c
- drivers/char/agp/Kconfig 2 additions, 2 deletionsdrivers/char/agp/Kconfig
- drivers/char/agp/amd64-agp.c 2 additions, 2 deletionsdrivers/char/agp/amd64-agp.c
- drivers/scsi/aacraid/comminit.c 4 additions, 1 deletiondrivers/scsi/aacraid/comminit.c
- include/asm-x86_64/pci.h 1 addition, 1 deletioninclude/asm-x86_64/pci.h
- include/asm-x86_64/proto.h 1 addition, 1 deletioninclude/asm-x86_64/proto.h
Loading
Please register or sign in to comment