printk() calls should include appropriate KERN_* constant.
Signed-off-by: Christophe Lucas <[EMAIL PROTECTED]>
Signed-off-by: Domen Puncer <[EMAIL PROTECTED]>
---
kj-domen/arch/ia64/kernel/smp.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -puN arch/ia64/kernel/smp.c~printk-arch_ia64_kernel_smp
arch/ia64/kernel/smp.c
--- kj/arch/ia64/kernel/smp.c~printk-arch_ia64_kernel_smp 2005-03-18
20:05:41.000000000 +0100
+++ kj-domen/arch/ia64/kernel/smp.c 2005-03-18 20:05:41.000000000 +0100
@@ -269,7 +269,7 @@ smp_call_function_single (int cpuid, voi
int me = get_cpu(); /* prevent preemption and reschedule on another
processor */
if (cpuid == me) {
- printk("%s: trying to call self\n", __FUNCTION__);
+ printk(KERN_INFO "%s: trying to call self\n", __FUNCTION__);
put_cpu();
return -EBUSY;
}
_
-
To unsubscribe from this list: send the line "unsubscribe linux-ia64" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html