X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=kernel%2Fworkqueue.c;h=0400553f0d049807d109e9cc87d7a5dc2c0dcc99;hb=8c1c77ff9be27137fa7cbbf51efedef1a2ae915b;hp=e3378e8d3a5ce7e16fbbbb35ebd30a1c51fde650;hpb=7ec298dfef00e2c8effe8658011e03d86911b0bf;p=mv-sheeva.git diff --git a/kernel/workqueue.c b/kernel/workqueue.c index e3378e8d3a5..0400553f0d0 100644 --- a/kernel/workqueue.c +++ b/kernel/workqueue.c @@ -2866,9 +2866,7 @@ static int alloc_cwqs(struct workqueue_struct *wq) } } - /* just in case, make sure it's actually aligned - * - this is affected by PERCPU() alignment in vmlinux.lds.S - */ + /* just in case, make sure it's actually aligned */ BUG_ON(!IS_ALIGNED(wq->cpu_wq.v, align)); return wq->cpu_wq.v ? 0 : -ENOMEM; }