|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Re: [PATCH] turn off b44 module on x86_64, it breaks the
> Removal of the b44 module, which won't work anyway given the unresolved
> symbols, removes this failure on 'make install', so it runs through clean.
Sean,
Please let me know whether the attached patch fixes this build
breakage for you.
-- Keir
diff -r e58e04589d11
linux-2.6-xen-sparse/include/asm-i386/mach-xen/asm/dma-mapping.h
--- a/linux-2.6-xen-sparse/include/asm-i386/mach-xen/asm/dma-mapping.h Tue May
30 12:29:29 2006
+++ b/linux-2.6-xen-sparse/include/asm-i386/mach-xen/asm/dma-mapping.h Tue May
30 16:21:27 2006
@@ -128,8 +128,6 @@
* maximum possible, to be safe */
return (1 << INTERNODE_CACHE_SHIFT);
}
-#else
-extern int dma_get_cache_alignment(void);
#endif
#define dma_is_consistent(d) (1)
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|