Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=95d71e663e79b3e8c64bd7b7321389394b16276e
Commit:     95d71e663e79b3e8c64bd7b7321389394b16276e
Parent:     e1a39fbb029fce40150d9163d39a68e2b76cd0b5
Author:     David S. Miller <[EMAIL PROTECTED]>
AuthorDate: Fri May 11 21:02:09 2007 -0700
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Fri May 11 21:39:26 2007 -0700

    [SPARC64]: Correct FIRE_IOMMU_FLUSHINV register offset.
    
    Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
---
 arch/sparc64/kernel/pci_fire.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/sparc64/kernel/pci_fire.c b/arch/sparc64/kernel/pci_fire.c
index 9198c1a..7f5d473 100644
--- a/arch/sparc64/kernel/pci_fire.c
+++ b/arch/sparc64/kernel/pci_fire.c
@@ -37,7 +37,7 @@ static void pci_fire_scan_bus(struct pci_pbm_info *pbm)
 #define FIRE_IOMMU_CONTROL     0x40000UL
 #define FIRE_IOMMU_TSBBASE     0x40008UL
 #define FIRE_IOMMU_FLUSH       0x40100UL
-#define FIRE_IOMMU_FLUSHINV    0x40100UL
+#define FIRE_IOMMU_FLUSHINV    0x40108UL
 
 static void pci_fire_pbm_iommu_init(struct pci_pbm_info *pbm)
 {
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to