aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/hvm/vcpu.h
diff options
context:
space:
mode:
authorJames Carter <jwcart2@tycho.nsa.gov>2011-09-17 16:20:58 +0100
committerJames Carter <jwcart2@tycho.nsa.gov>2011-09-17 16:20:58 +0100
commitd285a773d6f5d7fb4e654291b5fce90bb8ec8852 (patch)
tree47d6bf92617042a7788af7af610fa020c364a9e2 /xen/include/asm-x86/hvm/vcpu.h
parent4dd27c01c31c55319758b47dccdba46ddd5f499e (diff)
downloadxen-d285a773d6f5d7fb4e654291b5fce90bb8ec8852.tar.gz
xen-d285a773d6f5d7fb4e654291b5fce90bb8ec8852.tar.bz2
xen-d285a773d6f5d7fb4e654291b5fce90bb8ec8852.zip
xen/xsm: Compile error due to naming clash between XSM and EFI runtime
The problem is that efi_runtime_call is the name of both a function in xen/arch/x86/efi/runtime.c and a member of the xsm_operations struct in xen/include/xsm/xsm.h. This causes the macro "#define efi_runtime_call(x) efi_compat_runtime_call(x)" on line 15 of xen/arch/x86/x86_64/platform_hypercall.c to cause the above compile error. Renaming the XSM struct member fixes the problem. Signed-off-by: James Carter <jwcart2@tycho.nsa.gov> Acked-by: Jan Beulich <jbeulich@suse.com>
Diffstat (limited to 'xen/include/asm-x86/hvm/vcpu.h')
0 files changed, 0 insertions, 0 deletions