ia64/xen-unstable
changeset 8861:c62a5327e6a8
Fix prototype mismatch.
Should fix e1000/tg3 hang and cciss problems.
From: Chris Wright <chrisw@sous-sol.org>
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
Should fix e1000/tg3 hang and cciss problems.
From: Chris Wright <chrisw@sous-sol.org>
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
author | cl349@firebug.cl.cam.ac.uk |
---|---|
date | Thu Feb 16 11:25:36 2006 +0000 (2006-02-16) |
parents | 1ca3d63e7008 |
children | d2f42c284459 |
files | linux-2.6-xen-sparse/arch/i386/kernel/pci-dma-xen.c |
line diff
1.1 --- a/linux-2.6-xen-sparse/arch/i386/kernel/pci-dma-xen.c Wed Feb 15 22:06:12 2006 +0000 1.2 +++ b/linux-2.6-xen-sparse/arch/i386/kernel/pci-dma-xen.c Thu Feb 16 11:25:36 2006 +0000 1.3 @@ -16,7 +16,7 @@ 1.4 #include <asm/io.h> 1.5 #include <xen/balloon.h> 1.6 #include <asm/tlbflush.h> 1.7 -#include <asm/swiotlb.h> 1.8 +#include <asm-i386/mach-xen/asm/swiotlb.h> 1.9 #include <asm/bug.h> 1.10 1.11 #ifdef __x86_64__