[Devel] [PATCH RHEL7 COMMIT] ve/ppc: remove vdso32_pages declaration from ppc elf.h

Konstantin Khorenko khorenko at odin.com
Thu May 7 09:28:20 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 5198d98193b77594bc1c03505dcf1ce0da98cfab
Author: Kir Kolyshkin <kir at openvz.org>
Date:   Thu May 7 20:28:20 2015 +0400

    ve/ppc: remove vdso32_pages declaration from ppc elf.h
    
    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.
    
    =============================================================
    
    Remove some junk from arch/powerpc/include/asm/elf.h.
    
    This is a fix to commit 0800da07.
    
    Signed-off-by: Kir Kolyshkin <kir at openvz.org>
---
 arch/powerpc/include/asm/elf.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/powerpc/include/asm/elf.h b/arch/powerpc/include/asm/elf.h
index 925e1da..935b5e7 100644
--- a/arch/powerpc/include/asm/elf.h
+++ b/arch/powerpc/include/asm/elf.h
@@ -118,7 +118,6 @@ extern int ucache_bsize;
 /* vDSO has arch_setup_additional_pages */
 #define ARCH_HAS_SETUP_ADDITIONAL_PAGES
 struct linux_binprm;
-export struct page *vdso32_pages[1];
 extern int arch_setup_additional_pages(struct linux_binprm *bprm,
 				       int uses_interp);
 #define VDSO_AUX_ENT(a,b) NEW_AUX_ENT(a,b)



More information about the Devel mailing list