diff options
author | Alex Shi <alex.shi@linaro.org> | 2016-11-14 21:52:47 +0800 |
---|---|---|
committer | Alex Shi <alex.shi@linaro.org> | 2016-11-14 22:00:44 +0800 |
commit | d3ee568c134543eaaebeb3b559cfca11709dad01 (patch) | |
tree | 27fcb2b1706064f07605619f761efcb3110dc0ca /net/ipv6/tcp_ipv6.c | |
parent | ce1155567237713034522d08c24a007c268c9ea2 (diff) |
arm64/kvm: fix build issue on kvm debug
Add the header file asm/debug-monitors.h into debug-sr.c to fix the following bug
arch/arm64/kvm/hyp/debug-sr.c: In function ‘__debug_cond_save_host_state’:
arch/arm64/kvm/hyp/debug-sr.c:118:45: error: ‘DBG_MDSCR_KDE’ undeclared (first use in this function)
if ((vcpu->arch.ctxt.sys_regs[MDSCR_EL1] & DBG_MDSCR_KDE) ||
^~~~~~~~~~~~~
arch/arm64/kvm/hyp/debug-sr.c:118:45: note: each undeclared identifier is reported only once for each function it appears in
arch/arm64/kvm/hyp/debug-sr.c:119:45: error: ‘DBG_MDSCR_MDE’ undeclared (first use in this function)
(vcpu->arch.ctxt.sys_regs[MDSCR_EL1] & DBG_MDSCR_MDE))
^~~~~~~~~~~~~
Signed-off-by: Alex Shi <alex.shi@linaro.org>
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
0 files changed, 0 insertions, 0 deletions