[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH for-next 2/7] x86: move x86_64/compat/entry.S to pv/compat
That file contains 32 bit PV guest entry points. No functional change. Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> --- xen/arch/x86/pv/Makefile | 2 ++ xen/arch/x86/{x86_64 => pv}/compat/Makefile | 0 xen/arch/x86/{x86_64 => pv}/compat/entry.S | 0 xen/arch/x86/x86_64/Makefile | 2 -- 4 files changed, 2 insertions(+), 2 deletions(-) rename xen/arch/x86/{x86_64 => pv}/compat/Makefile (100%) rename xen/arch/x86/{x86_64 => pv}/compat/entry.S (100%) diff --git a/xen/arch/x86/pv/Makefile b/xen/arch/x86/pv/Makefile index 08b6a3af64..d8fc13f6fe 100644 --- a/xen/arch/x86/pv/Makefile +++ b/xen/arch/x86/pv/Makefile @@ -1,3 +1,5 @@ +subdir-y += compat + obj-y += hypercall.o obj-bin-y += dom0_build.init.o obj-bin-y += entry.o diff --git a/xen/arch/x86/x86_64/compat/Makefile b/xen/arch/x86/pv/compat/Makefile similarity index 100% rename from xen/arch/x86/x86_64/compat/Makefile rename to xen/arch/x86/pv/compat/Makefile diff --git a/xen/arch/x86/x86_64/compat/entry.S b/xen/arch/x86/pv/compat/entry.S similarity index 100% rename from xen/arch/x86/x86_64/compat/entry.S rename to xen/arch/x86/pv/compat/entry.S diff --git a/xen/arch/x86/x86_64/Makefile b/xen/arch/x86/x86_64/Makefile index 1f0a4f7bb2..53e2f95e77 100644 --- a/xen/arch/x86/x86_64/Makefile +++ b/xen/arch/x86/x86_64/Makefile @@ -1,5 +1,3 @@ -subdir-y += compat - obj-bin-y += gpr_switch.o obj-y += traps.o obj-$(CONFIG_KEXEC) += machine_kexec.o -- 2.11.0 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |