[Devel] [PATCH RHEL7 COMMIT] ve/ppc: include OpenVZ-specific Kconfigs for ppc

Konstantin Khorenko khorenko at odin.com
Thu May 7 09:28:17 PDT 2015


The commit is pushed to "branch-rh7-3.10.0-123.1.2-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git
after rh7-3.10.0-123.1.2.vz7.4.10
------>
commit 1c89ca97839638864e363b8bd74bc600ec8705b4
Author: Kir Kolyshkin <kir at openvz.org>
Date:   Thu May 7 20:28:17 2015 +0400

    ve/ppc: include OpenVZ-specific Kconfigs for ppc
    
    This was found while tring to compile the kernel with a stock
    config (i.e. no CONFIG_BEANCOUNTERS, CONFIG_VE etc.) and
    boot it on IBM Power8.
    
    =============================================================
    
    Signed-off-by: Kir Kolyshkin <kir at openvz.org>
---
 arch/powerpc/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index e9f9fe1..7761552 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -1015,6 +1015,8 @@ config PHYSICAL_START
 	default "0x00000000"
 endif
 
+source "kernel/Kconfig.openvz"
+
 source "net/Kconfig"
 
 source "drivers/Kconfig"
@@ -1025,6 +1027,8 @@ source "arch/powerpc/sysdev/qe_lib/Kconfig"
 
 source "lib/Kconfig"
 
+source "kernel/bc/Kconfig"
+
 source "arch/powerpc/Kconfig.debug"
 
 source "security/Kconfig"



More information about the Devel mailing list