]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: compile fix for DEBUG_LL=y && MMU=n
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Wed, 16 Jan 2013 14:32:06 +0000 (15:32 +0100)
committerOlof Johansson <olof@lixom.net>
Wed, 16 Jan 2013 22:30:06 +0000 (14:30 -0800)
commitd24204dde0490ee0fbe53f61606a7c2c9268f7d8
tree9ea3901be8344409e8294fd6f3a43e949051e762
parente4c35e3c00719492522bdf0a5672c13196bfb081
ARM: compile fix for DEBUG_LL=y && MMU=n

debug_ll_addr is only used on machines with an MMU so it can be #ifdef'ed
out safely. This fixes:

arch/arm/kernel/debug.S: Assembler messages:
arch/arm/kernel/debug.S:104: Error: too many positional arguments

The problem was introduced in 5c087c7 ARM: implement debug_ll_io_init().

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Rob Herring <rob.herring@calxeda.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/kernel/debug.S