]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita8aa8b2745243d37a2c775b4b3404016d5b51a0d
tree76b9e006665fa557c919c5bd8a943a88e9c367ce
parent84794d3549b616f4e09532c7195d7a4d355dbfba
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