ia64/xen-unstable
changeset 6662:28a10ec0fd6b
Tiny printk info cleanup.
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Tue Sep 06 18:27:01 2005 +0000 (2005-09-06) |
parents | d647c3d381d2 |
children | 8db9c5873b9b |
files | linux-2.6-xen-sparse/arch/xen/i386/kernel/swiotlb.c |
line diff
1.1 --- a/linux-2.6-xen-sparse/arch/xen/i386/kernel/swiotlb.c Tue Sep 06 18:25:00 2005 +0000 1.2 +++ b/linux-2.6-xen-sparse/arch/xen/i386/kernel/swiotlb.c Tue Sep 06 18:27:01 2005 +0000 1.3 @@ -192,10 +192,8 @@ swiotlb_init(void) 1.4 1.5 if (swiotlb) 1.6 swiotlb_init_with_default_size(64 * (1<<20)); 1.7 - 1.8 - printk(KERN_INFO "swiotlb is %sabled%s\n", 1.9 - (swiotlb ? "en" : "dis"), 1.10 - (swiotlb_force ? " (forced)" : "")); 1.11 + else 1.12 + printk(KERN_INFO "Software IO TLB disabled\n"); 1.13 } 1.14 1.15 static void