OSDN Git Service

ARC: entry.S: Ensure that restore_regs is local to compilation unit
authorVineet Gupta <vgupta@synopsys.com>
Mon, 13 Oct 2014 14:19:00 +0000 (19:49 +0530)
committerVineet Gupta <vgupta@synopsys.com>
Fri, 19 Jun 2015 12:39:37 +0000 (18:09 +0530)
commitc10d6969b0958e151c9dd6cfae70ce8db9db3c7e
tree76b9e006665fa557c919c5bd8a943a88e9c367ce
parent4bf4564b27db18c77c82840025fbfdb0e62406cf
ARC: entry.S: Ensure that restore_regs is local to compilation unit

This fixes the possible link/relo errors, since restore_regs will be
provided by ISA code, but called from ARC common code.
The .L prefix reassures binutils that it will be in same compilation
unit.

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/kernel/entry.S