From ec206e8ee4833c87746b0ef1e2e7ceeddc53e5f7 Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Thu, 26 Sep 2013 10:23:39 +0200 Subject: x86: fix compat guest handling of XENPF_enter_acpi_sleep Rather than blindly defining the native name to the compat one, when we want to pass the compat structure to a native function we ought to verify that their layouts match. With a respective xlat.lst entry there's then also no need anymore to do such aliasing. While cleaaning up that file I also noticed that the Cx and Px interface handling here has quite a few unnecessary #define-s - delete them. Signed-off-by: Jan Beulich --- xen/include/xlat.lst | 1 + 1 file changed, 1 insertion(+) (limited to 'xen/include') diff --git a/xen/include/xlat.lst b/xen/include/xlat.lst index d832110e8f..f00cef30e1 100644 --- a/xen/include/xlat.lst +++ b/xen/include/xlat.lst @@ -83,6 +83,7 @@ ! processor_power platform.h ? processor_px platform.h ! psd_package platform.h +? xenpf_enter_acpi_sleep platform.h ? xenpf_pcpuinfo platform.h ? xenpf_pcpu_version platform.h ! sched_poll sched.h -- cgit v1.2.3