mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
* 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu: percpu: Unify input section names percpu: Avoid extra NOP in percpu_cmpxchg16b_double percpu: Cast away printk format warning percpu: Always align percpu output section to PAGE_SIZE Fix up fairly trivial conflict in arch/x86/include/asm/percpu.h as per Tejun
This commit is contained in:
commit
5129df03d0
21 changed files with 60 additions and 52 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue