Loading arch/x86_64/kernel/pci-calgary.c +4 −2 Original line number Diff line number Diff line /* * Derived from arch/powerpc/kernel/iommu.c * * Copyright (C) 2006 Jon Mason <jdmason@us.ibm.com>, IBM Corporation * Copyright (C) 2006 Muli Ben-Yehuda <muli@il.ibm.com>, IBM Corporation * Copyright (C) IBM Corporation, 2006 * * Author: Jon Mason <jdmason@us.ibm.com> * Author: Muli Ben-Yehuda <muli@il.ibm.com> * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or Loading arch/x86_64/kernel/tce.c +4 −2 Original line number Diff line number Diff line /* * Derived from arch/powerpc/platforms/pseries/iommu.c * * Copyright (C) 2006 Jon Mason <jdmason@us.ibm.com>, IBM Corporation * Copyright (C) 2006 Muli Ben-Yehuda <muli@il.ibm.com>, IBM Corporation * Copyright (C) IBM Corporation, 2006 * * Author: Jon Mason <jdmason@us.ibm.com> * Author: Muli Ben-Yehuda <muli@il.ibm.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Loading include/asm-x86_64/calgary.h +4 −2 Original line number Diff line number Diff line /* * Derived from include/asm-powerpc/iommu.h * * Copyright (C) 2006 Jon Mason <jdmason@us.ibm.com>, IBM Corporation * Copyright (C) 2006 Muli Ben-Yehuda <muli@il.ibm.com>, IBM Corporation * Copyright (C) IBM Corporation, 2006 * * Author: Jon Mason <jdmason@us.ibm.com> * Author: Muli Ben-Yehuda <muli@il.ibm.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Loading include/asm-x86_64/tce.h +5 −3 Original line number Diff line number Diff line /* * Copyright (C) 2006 Muli Ben-Yehuda <muli@il.ibm.com>, IBM Corporation * Copyright (C) 2006 Jon Mason <jdmason@us.ibm.com>, IBM Corporation * * This file is derived from asm-powerpc/tce.h. * * Copyright (C) IBM Corporation, 2006 * * Author: Muli Ben-Yehuda <muli@il.ibm.com> * Author: Jon Mason <jdmason@us.ibm.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or Loading Loading
arch/x86_64/kernel/pci-calgary.c +4 −2 Original line number Diff line number Diff line /* * Derived from arch/powerpc/kernel/iommu.c * * Copyright (C) 2006 Jon Mason <jdmason@us.ibm.com>, IBM Corporation * Copyright (C) 2006 Muli Ben-Yehuda <muli@il.ibm.com>, IBM Corporation * Copyright (C) IBM Corporation, 2006 * * Author: Jon Mason <jdmason@us.ibm.com> * Author: Muli Ben-Yehuda <muli@il.ibm.com> * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or Loading
arch/x86_64/kernel/tce.c +4 −2 Original line number Diff line number Diff line /* * Derived from arch/powerpc/platforms/pseries/iommu.c * * Copyright (C) 2006 Jon Mason <jdmason@us.ibm.com>, IBM Corporation * Copyright (C) 2006 Muli Ben-Yehuda <muli@il.ibm.com>, IBM Corporation * Copyright (C) IBM Corporation, 2006 * * Author: Jon Mason <jdmason@us.ibm.com> * Author: Muli Ben-Yehuda <muli@il.ibm.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Loading
include/asm-x86_64/calgary.h +4 −2 Original line number Diff line number Diff line /* * Derived from include/asm-powerpc/iommu.h * * Copyright (C) 2006 Jon Mason <jdmason@us.ibm.com>, IBM Corporation * Copyright (C) 2006 Muli Ben-Yehuda <muli@il.ibm.com>, IBM Corporation * Copyright (C) IBM Corporation, 2006 * * Author: Jon Mason <jdmason@us.ibm.com> * Author: Muli Ben-Yehuda <muli@il.ibm.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Loading
include/asm-x86_64/tce.h +5 −3 Original line number Diff line number Diff line /* * Copyright (C) 2006 Muli Ben-Yehuda <muli@il.ibm.com>, IBM Corporation * Copyright (C) 2006 Jon Mason <jdmason@us.ibm.com>, IBM Corporation * * This file is derived from asm-powerpc/tce.h. * * Copyright (C) IBM Corporation, 2006 * * Author: Muli Ben-Yehuda <muli@il.ibm.com> * Author: Jon Mason <jdmason@us.ibm.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or Loading