commit | 6ea0c34dac89611126455537552cffe6c7e832ad | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Mon Apr 04 01:41:32 2011 +0200 |
committer | Tejun Heo <tj@kernel.org> | Mon Apr 04 01:41:32 2011 +0200 |
tree | 97c92d701d691442e2bc6b1573ff64c23bc4d884 | |
parent | 5f55924deaa62d6df687c131fb92aebe071ec787 [diff] |
percpu: Unify input section names The two percpu helper macros have the section names duplicated. So create a new define to merge the two. This also allows arches who need to link things more directly themselves to avoid duplicating the input sections in their linker script. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Tejun Heo <tj@kernel.org>