diff options
author | Tony Luck <tony.luck@intel.com> | 2007-03-06 13:31:45 -0800 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2007-03-06 13:31:45 -0800 |
commit | 25667d675454f2cd258c5fa798a2281af1ef2ae9 (patch) | |
tree | 9724ea546a5976dc0d9c4de9263b8a2a82254123 /include/asm-x86_64/swiotlb.h | |
parent | c3442e296517aee733d62fc3fe03211598902c7d (diff) |
Revert "[IA64] swiotlb abstraction (e.g. for Xen)"
This reverts commit 51099005ab8e09d68a13fea8d55bc739c1040ca6.
Diffstat (limited to 'include/asm-x86_64/swiotlb.h')
-rw-r--r-- | include/asm-x86_64/swiotlb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-x86_64/swiotlb.h b/include/asm-x86_64/swiotlb.h index ab913ffcad56..f9c589539a82 100644 --- a/include/asm-x86_64/swiotlb.h +++ b/include/asm-x86_64/swiotlb.h @@ -44,7 +44,6 @@ extern void swiotlb_init(void); extern int swiotlb_force; #ifdef CONFIG_SWIOTLB -#define SWIOTLB_ARCH_NEED_ALLOC extern int swiotlb; #else #define swiotlb 0 |