]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: 6068/1: Fix build break with KPROBES enabled
authorSantosh Shilimkar <santosh.shilimkar@ti.com>
Fri, 30 Apr 2010 09:45:46 +0000 (10:45 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 1 May 2010 10:32:53 +0000 (11:32 +0100)
commitc44770b92f30611cee164719ed6736685aea3039
tree981ec942f9aff66ea28a94eeec4ba4cc3311edf0
parent7ebf9f9ed416d624b1fc445d25f3c76de9943e37
ARM: 6068/1: Fix build break with KPROBES enabled

With CONFIG_KPROBES enabled two section are getting created which
leads to below build break.

LOG:
 AS      arch/arm/kernel/entry-armv.o
arch/arm/kernel/entry-armv.S: Assembler messages:
arch/arm/kernel/entry-armv.S:431: Error: symbol ret_from_exception is in a different section
arch/arm/kernel/entry-armv.S:490: Error: symbol ret_from_exception is in a different section
arch/arm/kernel/entry-armv.S:491: Error: symbol __und_usr_unknown is in a different section

This was introduced by commit 4b0302d911515c3b8c29675b6ae105d5bc5a3337

Reported-by: Anand Gadiyar <gadiyar@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/entry-armv.S