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] Tiny printk info cleanup.

# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID 28a10ec0fd6b6043f019beded0c99401315bfe93
# Parent  d647c3d381d23e504e96117853bcef0bb8905bb7
Tiny printk info cleanup.

diff -r d647c3d381d2 -r 28a10ec0fd6b 
linux-2.6-xen-sparse/arch/xen/i386/kernel/swiotlb.c
--- a/linux-2.6-xen-sparse/arch/xen/i386/kernel/swiotlb.c       Tue Sep  6 
18:25:00 2005
+++ b/linux-2.6-xen-sparse/arch/xen/i386/kernel/swiotlb.c       Tue Sep  6 
18:27:01 2005
@@ -192,10 +192,8 @@
 
        if (swiotlb)
                swiotlb_init_with_default_size(64 * (1<<20));
-
-       printk(KERN_INFO "swiotlb is %sabled%s\n", 
-              (swiotlb ? "en" : "dis"), 
-              (swiotlb_force ? " (forced)" : ""));
+       else
+               printk(KERN_INFO "Software IO TLB disabled\n");
 }
 
 static void

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

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