linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* PATCH: mtrr printk levels
@ 2003-07-18 14:00 Alan Cox
  0 siblings, 0 replies; only message in thread
From: Alan Cox @ 2003-07-18 14:00 UTC (permalink / raw)
  To: linux-kernel, torvalds; +Cc: davej

diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.6.0-test1/arch/i386/kernel/cpu/mtrr/cyrix.c linux-2.6.0-test1-ac2/arch/i386/kernel/cpu/mtrr/cyrix.c
--- linux-2.6.0-test1/arch/i386/kernel/cpu/mtrr/cyrix.c	2003-07-10 21:10:26.000000000 +0100
+++ linux-2.6.0-test1-ac2/arch/i386/kernel/cpu/mtrr/cyrix.c	2003-07-15 18:05:00.000000000 +0100
@@ -330,16 +330,16 @@
 	set_mtrr_done(&ctxt);	/* flush cache and disable MAPEN */
 
 	if (ccrc[5])
-		printk("mtrr: ARR usage was not enabled, enabled manually\n");
+		printk(KERN_INFO "mtrr: ARR usage was not enabled, enabled manually\n");
 	if (ccrc[3])
-		printk("mtrr: ARR3 cannot be changed\n");
+		printk(KERN_INFO "mtrr: ARR3 cannot be changed\n");
 /*
     if ( ccrc[1] & 0x80) printk ("mtrr: SMM memory access through ARR3 disabled\n");
     if ( ccrc[1] & 0x04) printk ("mtrr: SMM memory access disabled\n");
     if ( ccrc[1] & 0x02) printk ("mtrr: SMM mode disabled\n");
 */
 	if (ccrc[6])
-		printk("mtrr: ARR3 was write protected, unprotected\n");
+		printk(KERN_INFO "mtrr: ARR3 was write protected, unprotected\n");
 }
 
 static struct mtrr_ops cyrix_mtrr_ops = {

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-07-18 13:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-18 14:00 PATCH: mtrr printk levels Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).