WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Formatting cleanup.

# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID d4f6247b2a1bfa8792782d3951149bcddad53f0b
# Parent  7be2d754647db11b906edde18f9f2fe050602bc8
Formatting cleanup.

diff -r 7be2d754647d -r d4f6247b2a1b 
linux-2.6-xen-sparse/arch/xen/i386/kernel/pci-dma.c
--- a/linux-2.6-xen-sparse/arch/xen/i386/kernel/pci-dma.c       Wed Aug 17 
15:09:31 2005
+++ b/linux-2.6-xen-sparse/arch/xen/i386/kernel/pci-dma.c       Wed Aug 17 
15:34:58 2005
@@ -24,13 +24,14 @@
        unsigned long   *bitmap;
 };
 
-#define IOMMU_BUG_ON(test) \
-do { \
-       if (unlikely(test)) { \
-               printk(KERN_ALERT "Fatal DMA error! Please use 
'swiotlb=force'\n"); \
-               BUG(); \
-       } \
-} while(0)
+#define IOMMU_BUG_ON(test)                             \
+do {                                                   \
+       if (unlikely(test)) {                           \
+               printk(KERN_ALERT "Fatal DMA error! "   \
+                      "Please use 'swiotlb=force'\n"); \
+               BUG();                                  \
+       }                                               \
+} while (0)
 
 int
 dma_map_sg(struct device *hwdev, struct scatterlist *sg, int nents,

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Formatting cleanup., Xen patchbot -unstable <=