]> git.baikalelectronics.ru Git - kernel.git/commit
[ARM] 3150/1: make various assembly local labels actually local (uaccess.S)
authorNicolas Pitre <nico@cam.org>
Fri, 11 Nov 2005 21:51:47 +0000 (21:51 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 11 Nov 2005 21:51:47 +0000 (21:51 +0000)
commitb50338179228dd00b55f123cd60e2e66d2346a87
treec8f24e6a12366bdb8874db03ef213ebf78590d43
parentaacabbdfe2f36c5d82f56198038fe38ad03e7d50
[ARM] 3150/1: make various assembly local labels actually local (uaccess.S)

Patch from Nicolas Pitre

For assembly labels to actually be local they must start with ".L" and
not only "." otherwise they still remain visible in the final link and
clutter kallsyms needlessly, and possibly make for unclear symbolic
backtrace. This patch simply inserts a"L" where appropriate. The code
itself is unchanged.

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/lib/uaccess.S