lkml.org 
[lkml]   [2003]   [Sep]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH] linux-2.6.0-test5_nrcpus-limit-typo_A0
From
Date
Andrew, all,
This patch fixes a printk formatting typo("0x%d" should be "0x%x")
noticed by James Cleverdon.

Please consider for inclusion.

thanks
-john

===== arch/i386/kernel/mpparse.c 1.50 vs edited =====
--- 1.50/arch/i386/kernel/mpparse.c Tue Sep 9 23:41:39 2003
+++ edited/arch/i386/kernel/mpparse.c Wed Sep 24 15:58:33 2003
@@ -169,7 +169,7 @@

if (num_processors >= NR_CPUS) {
printk(KERN_WARNING "NR_CPUS limit of %i reached. Cannot "
- "boot CPU(apicid 0x%d).\n", NR_CPUS, m->mpc_apicid);
+ "boot CPU(apicid 0x%x).\n", NR_CPUS, m->mpc_apicid);
return;
}
num_processors++;


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:48    [W:0.039 / U:0.452 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site