linux/arch/arm64/kvm/hyp
Ard Biesheuvel 03336b1df9 arm64: prevent potential circular header dependencies in asm/bug.h
Currently, using BUG_ON() in header files is cumbersome, due to the fact
that asm/bug.h transitively includes a lot of other header files, resulting
in the actual BUG_ON() invocation appearing before its definition in the
preprocessor input. So let's reverse the #include dependency between
asm/bug.h and asm/debug-monitors.h, by moving the definition of BUG_BRK_IMM
from the latter to the former. Also fix up one user of asm/debug-monitors.h
which relied on a transitive include.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
2016-02-18 18:16:11 +00:00
..
debug-sr.c arm64: prevent potential circular header dependencies in asm/bug.h 2016-02-18 18:16:11 +00:00
entry.S arm64: KVM: Turn system register numbers to an enum 2015-12-14 11:30:43 +00:00
fpsimd.S arm64: KVM: Implement fpsimd save/restore 2015-12-14 11:30:41 +00:00
hyp-entry.S arm64: KVM: Remove weak attributes 2015-12-14 11:30:44 +00:00
hyp.h arm64: KVM: Add panic handling 2015-12-14 11:30:42 +00:00
Makefile arm64: KVM: HYP mode entry points 2015-12-14 11:30:42 +00:00
switch.c arm64: KVM: Obey RES0/1 reserved bits when setting CPTR_EL2 2016-01-24 21:55:58 +00:00
sysreg-sr.c arm64: KVM: Turn system register numbers to an enum 2015-12-14 11:30:43 +00:00
timer-sr.c arm64: KVM: Implement timer save/restore 2015-12-14 11:30:39 +00:00
tlb.c arm64: KVM: Remove weak attributes 2015-12-14 11:30:44 +00:00
vgic-v2-sr.c
vgic-v3-sr.c arm64: KVM: Remove weak attributes 2015-12-14 11:30:44 +00:00