]> 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)
commit1d484dbe8367d9ef165bf663730ab03ce5a81172
tree76b9e006665fa557c919c5bd8a943a88e9c367ce
parent1c5901527e7730a2dacc113d287cf23053c03357
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