]> bbs.cooldavid.org Git - net-next-2.6.git/commit
omap: Use CONFIG_SMP for test_for_ipi and test_for_ltirq
authorTony Lindgren <tony@atomide.com>
Mon, 16 Aug 2010 06:21:20 +0000 (09:21 +0300)
committerTony Lindgren <tony@atomide.com>
Mon, 16 Aug 2010 06:22:04 +0000 (09:22 +0300)
commitc45bd374e560873f2fff392769b9576c4f3bad40
treebc1e6a1e649cb552bdd23d5ae42444a207cfc579
parenta4192d32ae6788dc607e96fa85f9c9c8274e2212
omap: Use CONFIG_SMP for test_for_ipi and test_for_ltirq

Otherwise we get the following error when enabling CONFIG_SMP
for omap3_defconfig:

arch/arm/kernel/entry-armv.S: Assembler messages:
arch/arm/kernel/entry-armv.S:48: Error: bad instruction `test_for_ipi r0,r6,r5,lr'
arch/arm/kernel/entry-armv.S:48: Error: bad instruction `test_for_ltirq r0,r6,r5,lr'
arch/arm/kernel/entry-armv.S:48: Error: bad instruction `test_for_ipi r0,r6,r5,lr'
arch/arm/kernel/entry-armv.S:48: Error: bad instruction `test_for_ltirq r0,r6,r5,lr'

Signed-off-by: Tony Lindgren <tony@atomide.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
arch/arm/mach-omap2/include/mach/entry-macro.S