]> xenbits.xensource.com Git - people/iwj/xen.git/commitdiff
Revert "x86/shim: Refresh pvshim_defconfig"
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 6 Sep 2019 12:33:19 +0000 (13:33 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 6 Sep 2019 12:33:19 +0000 (13:33 +0100)
This reverts commit 32b1d62887d01f85f0c1d2e0103f69f74e1f6fa3 and its fixup
060f4eee0fb408b316548775ab921e16b7acd0e0, which are still causing build and
test problems.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
tools/firmware/xen-dir/Makefile
xen/arch/x86/configs/pvshim_defconfig

index 538931e9b4b85e1b92a2f29424068f405617e342..5fa1cf22f1c1119088b4d97e57fc850f7a12ba3c 100644 (file)
@@ -60,9 +60,7 @@ linkfarm.stamp: $(DEP_DIRS) $(DEP_FILES) FORCE
 $(D): linkfarm.stamp
        $(MAKE) -C $(D)/xen distclean
 
-$(D)/xen/arch/x86/configs/pvshim_defconfig: $(D)
-
-$(D)/xen/.config: $(D)/xen/arch/x86/configs/pvshim_defconfig
+$(D)/xen/.config: $(D)
        $(MAKE) -C $(@D) KBUILD_DEFCONFIG=pvshim_defconfig XEN_CONFIG_EXPERT=y defconfig
 
 xen-shim: $(D)/xen/.config
index a5e8e141719e1eb093d6a6be642562647bc7b182..9710aa6238bb3cd7a86fa9e1b7cfdf8d44d7bb29 100644 (file)
@@ -5,7 +5,6 @@ CONFIG_PVH_GUEST=y
 CONFIG_PV_SHIM=y
 CONFIG_PV_SHIM_EXCLUSIVE=y
 CONFIG_NR_CPUS=32
-CONFIG_SCHED_NULL=y
 # Disable features not used by the PV shim
 # CONFIG_SHADOW_PAGING is not set
 # CONFIG_BIGMEM is not set
@@ -14,10 +13,10 @@ CONFIG_SCHED_NULL=y
 # CONFIG_KEXEC is not set
 # CONFIG_XENOPROF is not set
 # CONFIG_XSM is not set
-# CONFIG_SCHED_CREDIT is not set
 # CONFIG_SCHED_CREDIT2 is not set
 # CONFIG_SCHED_RTDS is not set
 # CONFIG_SCHED_ARINC653 is not set
+# CONFIG_SCHED_NULL is not set
 # CONFIG_LIVEPATCH is not set
 # CONFIG_SUPPRESS_DUPLICATE_SYMBOL_WARNINGS is not set
 # CONFIG_DEBUG is not set