]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - kernel/workqueue.c
3c59x: fix build failure on !CONFIG_PCI
[net-next-2.6.git] / kernel / workqueue.c
index e5ff2cbaadc21d8e138b24c63dda236c4acb0350..90db1bd1a97852e4c547c43d840b2ca624c9a773 100644 (file)
@@ -2064,7 +2064,7 @@ static void insert_wq_barrier(struct cpu_workqueue_struct *cwq,
         * checks and call back into the fixup functions where we
         * might deadlock.
         */
-       INIT_WORK_ON_STACK(&barr->work, wq_barrier_func);
+       INIT_WORK_ONSTACK(&barr->work, wq_barrier_func);
        __set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(&barr->work));
        init_completion(&barr->done);