diff options
-rw-r--r-- | MAINTAINERS | 2 | ||||
-rw-r--r-- | arch/x86_64/kernel/pci-calgary.c | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 17becb9b1a96..84a018ee4556 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -641,7 +641,7 @@ CALGARY x86-64 IOMMU | |||
641 | P: Muli Ben-Yehuda | 641 | P: Muli Ben-Yehuda |
642 | M: muli@il.ibm.com | 642 | M: muli@il.ibm.com |
643 | P: Jon D. Mason | 643 | P: Jon D. Mason |
644 | M: jdmason@us.ibm.com | 644 | M: jdmason@kudzu.us |
645 | L: linux-kernel@vger.kernel.org | 645 | L: linux-kernel@vger.kernel.org |
646 | L: discuss@x86-64.org | 646 | L: discuss@x86-64.org |
647 | S: Maintained | 647 | S: Maintained |
diff --git a/arch/x86_64/kernel/pci-calgary.c b/arch/x86_64/kernel/pci-calgary.c index 3c0c7fde09d8..c4692b67878a 100644 --- a/arch/x86_64/kernel/pci-calgary.c +++ b/arch/x86_64/kernel/pci-calgary.c | |||
@@ -2,8 +2,9 @@ | |||
2 | * Derived from arch/powerpc/kernel/iommu.c | 2 | * Derived from arch/powerpc/kernel/iommu.c |
3 | * | 3 | * |
4 | * Copyright (C) IBM Corporation, 2006 | 4 | * Copyright (C) IBM Corporation, 2006 |
5 | * Copyright (C) 2006 Jon Mason <jdmason@kudzu.us> | ||
5 | * | 6 | * |
6 | * Author: Jon Mason <jdmason@us.ibm.com> | 7 | * Author: Jon Mason <jdmason@kudzu.us> |
7 | * Author: Muli Ben-Yehuda <muli@il.ibm.com> | 8 | * Author: Muli Ben-Yehuda <muli@il.ibm.com> |
8 | 9 | ||
9 | * This program is free software; you can redistribute it and/or modify | 10 | * This program is free software; you can redistribute it and/or modify |