commit | e93be88d7ec9d183c1cca51eabe040c051cdb687 | [log] [tgz] |
---|---|---|
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | Thu Jul 10 08:27:49 2008 +0900 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Jul 10 10:43:26 2008 +0200 |
tree | 98cd6ced5075b48c0f1bf597b6bd79a0be6fbff3 | |
parent | 849567b9363dc8b90c369fff8acc245a1b47d94d [diff] |
x86: clean up iommu.h and gart.h This remove lots of duplications in iommu.h and gart.h. The end result of this patch is: - iommu.h is a header file for everyone related with IOMMUs. - gart.h is the private header file. Only pci-gart_64.c and its friends include it. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> Cc: fujita.tomonori@lab.ntt.co.jp Signed-off-by: Ingo Molnar <mingo@elte.hu>