]> 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)
commit2b781201b17793a3b822ddc230c6bbc50ea5bb51
tree9ea3901be8344409e8294fd6f3a43e949051e762
parentffb0819f1427710432d0cfe314d282c3221e9548
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 6a5a7eb 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