]> Pileus Git - ~andy/linux/blobdiff - arch/arm/kvm/interrupts.S
ARM: KVM: Add newlines to panic strings
[~andy/linux] / arch / arm / kvm / interrupts.S
index 16cd4ba5d7fd6d0ff0781da759712167cbc17508..85dd84b10687136b15367e433ce4e716b3e2848f 100644 (file)
@@ -492,10 +492,10 @@ __kvm_hyp_code_end:
        .section ".rodata"
 
 und_die_str:
-       .ascii  "unexpected undefined exception in Hyp mode at: %#08x"
+       .ascii  "unexpected undefined exception in Hyp mode at: %#08x\n"
 pabt_die_str:
-       .ascii  "unexpected prefetch abort in Hyp mode at: %#08x"
+       .ascii  "unexpected prefetch abort in Hyp mode at: %#08x\n"
 dabt_die_str:
-       .ascii  "unexpected data abort in Hyp mode at: %#08x"
+       .ascii  "unexpected data abort in Hyp mode at: %#08x\n"
 svc_die_str:
-       .ascii  "unexpected HVC/SVC trap in Hyp mode at: %#08x"
+       .ascii  "unexpected HVC/SVC trap in Hyp mode at: %#08x\n"