percpu: Unify input section names
authorMike Frysinger <vapier@gentoo.org>
Sun, 3 Apr 2011 23:41:32 +0000 (01:41 +0200)
committerTejun Heo <tj@kernel.org>
Sun, 3 Apr 2011 23:41:32 +0000 (01:41 +0200)
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>

No differences found