> +static void printk_offload_init(void)
> +{
> +     mutex_lock(&printk_kthread_mutex);
> +     if (num_possible_cpus() <= 1) {
> +             /* Offloading doesn't make sense. Disable print offloading. */
> +             printk_offload_chars = 0;
> +     } else
> +             printk_start_offload_kthreads();
> +     mutex_unlock(&printk_kthread_mutex);
> +}

A silly minor nitpick

+       } else {
                printk_start_offload_kthreads();
+       }

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

Reply via email to