Merge to Fedora kernel-2.6.17-1.2142_FC4 patched with stable patch-2.6.17.4-vs2.0...
[linux-2.6.git] / net / tux / cachemiss.c
index b8fc6ad..1a96ab6 100644 (file)
@@ -121,7 +121,7 @@ static int cachemiss_thread (void *data)
        spin_unlock_irq(&current->sighand->siglock);
 
        spin_unlock(&iot->async_lock);
-#if CONFIG_SMP
+#ifdef CONFIG_SMP
        {
                cpumask_t mask;
 
@@ -241,7 +241,7 @@ int start_cachemiss_threads (threadinfo_t *ti)
        INIT_LIST_HEAD(&iot->async_queue);
        init_waitqueue_head(&iot->async_sleep);
        init_waitqueue_head(&iot->wait_shutdown);
-               
+
        for (i = 0; i < NR_IO_THREADS; i++) {
                pid = kernel_thread(cachemiss_thread, (void *)iot, 0);
                if (pid < 0) {