Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu

Pull percpu fix from Tejun Heo:
"A single commit to fix a spurious sparse warning coming from
DEFINE_PER_CPU()'s hack to support the use of weak symbols. Shouldn't
cause observable behavior change"

* 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu:
percpu: fix spurious sparse warnings from DEFINE_PER_CPU()

+1
+1
include/linux/percpu-defs.h
··· 69 69 __PCPU_DUMMY_ATTRS char __pcpu_scope_##name; \ 70 70 extern __PCPU_DUMMY_ATTRS char __pcpu_unique_##name; \ 71 71 __PCPU_DUMMY_ATTRS char __pcpu_unique_##name; \ 72 + extern __PCPU_ATTRS(sec) __typeof__(type) name; \ 72 73 __PCPU_ATTRS(sec) PER_CPU_DEF_ATTRIBUTES __weak \ 73 74 __typeof__(type) name 74 75 #else