]> Pileus Git - ~andy/linux/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)
commita73b59c51ab288d81b515b504790267f594884b8
tree9ea3901be8344409e8294fd6f3a43e949051e762
parentad6f27617317bd4343759a95b1f69c11a766d09a
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 e5c5f2a 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