xen/arm: Add missing newline after commit 60f7376
authorJulien Grall <julien.grall@linaro.org>
Thu, 24 Apr 2014 22:45:53 +0000 (23:45 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 2 May 2014 12:34:33 +0000 (13:34 +0100)
commit237f260efa3e69ca330e8218293fa2d79c5dabe1
tree06eda6e8eb7d8b5a1e667ced3e3fc1786e935b9f
parentc670b042d90f337cff110c6b9e079939371e8b3c
xen/arm: Add missing newline after commit 60f7376

Commit 60f7376 "xen/arm: Inject an undefined instruction when the coproc/sysreg
is not handled" replaced panic by gdprintk.

Unfortunately panic message string doesn't need newline, rather than gdprintk
will request one.

Signed-off-by: Julien Grall <julien.grall@linaro.org>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/traps.c