]> rtime.felk.cvut.cz Git - jailhouse.git/blobdiff - hypervisor/arch/arm/mmu_hyp.c
arm: Fix coding style of asm blocks
[jailhouse.git] / hypervisor / arch / arm / mmu_hyp.c
index e9e0dc491d6649e40d1ae4b4d3566c80ff123194..6aece9c426d0c00c1f1675c6c6b5851d78fb52ee 100644 (file)
@@ -152,7 +152,7 @@ setup_mmu_el2(struct per_cpu *cpu_data, phys2virt_t phys2virt, u64 ttbr)
        cpu_switch_phys2virt(phys2virt);
 
        /* Not reached (cannot be a while(1), it confuses the compiler) */
-       asm volatile("b .\n");
+       asm volatile("b .");
 }
 
 /*