Displaying 1 result from an estimated 1 matches for "xsm_efi_call".
2011 Sep 14
1
[PATCH] xen/xsm: Compile error due to naming clash between XSM and EFI runtime
...n/arch/x86/platform_hypercall.c
--- a/xen/arch/x86/platform_hypercall.c Thu Sep 08 15:13:06 2011 +0100
+++ b/xen/arch/x86/platform_hypercall.c Wed Sep 14 09:48:25 2011 -0400
@@ -306,7 +306,7 @@
break;
case XENPF_efi_runtime_call:
- ret = xsm_efi_runtime_call();
+ ret = xsm_efi_call();
if ( ret )
break;
diff -r 0312575dc35e xen/include/xsm/xsm.h
--- a/xen/include/xsm/xsm.h Thu Sep 08 15:13:06 2011 +0100
+++ b/xen/include/xsm/xsm.h Wed Sep 14 09:48:25 2011 -0400
@@ -132,7 +132,7 @@
int (*physinfo) (void);
int (*platform_quirk) (uint32_t);...