[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <11932229902428-git-send-email-joerg.roedel@amd.com>
Date: Wed, 24 Oct 2007 12:49:45 +0200
From: "Joerg Roedel" <joerg.roedel@....com>
To: "Thomas Gleixner" <tglx@...utronix.de>,
"Ingo Molnar" <mingo@...hat.com>, "H. Peter Anvin" <hpa@...or.com>
cc: linux-kernel@...r.kernel.org, "Andi Kleen" <ak@...e.de>,
"Muli Ben-Yehuda" <muli@...ibm.com>
Subject: [PATCH 0/4] x86: some GART cleanups
This series of patches contains cleanups for the GART IOMMU implementation in
Linux. It mostly renames symbols to make clear that they belong only to the
GART and not to the implementations for other IOMMUs. It also makes some
unnecessary exported functions static in the GART implementation. The patches
apply cleanly to Linus latest git tree. Here is the complete diffstat:
arch/x86/kernel/Makefile_64 | 2 +-
arch/x86/kernel/aperture_64.c | 15 ++++++++-------
arch/x86/kernel/early-quirks.c | 10 +++++-----
arch/x86/kernel/pci-calgary_64.c | 2 +-
arch/x86/kernel/pci-dma_64.c | 10 +++++-----
arch/x86/kernel/pci-gart_64.c | 19 +++++++++----------
arch/x86/kernel/pci-nommu_64.c | 2 +-
arch/x86/kernel/pci-swiotlb_64.c | 2 +-
arch/x86/kernel/reboot_64.c | 2 +-
arch/x86_64/Kconfig | 6 +++---
arch/x86_64/Kconfig.debug | 2 +-
arch/x86_64/defconfig | 2 +-
drivers/char/agp/Kconfig | 4 ++--
drivers/char/agp/amd64-agp.c | 2 +-
drivers/pci/intel-iommu.c | 2 +-
drivers/usb/core/message.c | 2 +-
include/asm-x86/gart.h | 20 +++++++++-----------
include/asm-x86/pci_64.h | 3 +--
18 files changed, 52 insertions(+), 55 deletions(-)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists