> 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;
> }
I think this is a bit higher priority than KERN_INFO. If we
get here, then someone did something wrong at a higher level,
and they may be disapponited that the function they want called
isn't going to be called.
Perhaps KERN_WARNING would be more appropriate?
It might also be kind to anyone trying to debug this to print
the "func" argument.
-Tony
-
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