]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - kernel/workqueue.c
ARM: Merge for-2637/s3c24xx/misc
[net-next-2.6.git] / kernel / workqueue.c
index 30acdb74cc23bfb21d1dcc0a14433003c9e085b7..e5ff2cbaadc21d8e138b24c63dda236c4acb0350 100644 (file)
@@ -2791,7 +2791,9 @@ static int alloc_cwqs(struct workqueue_struct *wq)
                }
        }
 
-       /* just in case, make sure it's actually aligned */
+       /* just in case, make sure it's actually aligned
+        * - this is affected by PERCPU() alignment in vmlinux.lds.S
+        */
        BUG_ON(!IS_ALIGNED(wq->cpu_wq.v, align));
        return wq->cpu_wq.v ? 0 : -ENOMEM;
 }