From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shaun Reitan Subject: linux-2.6-xen Date: Wed, 13 Jul 2011 11:59:33 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org I'm using Jeremy's kernel branch and attempting to compile a kernel on CentOS6 x86_64. I keep running into the following error CC arch/x86/xen/mmu.o arch/x86/xen/mmu.c:163: error: __pcpu_scope_xen_cr3 causes a section type conflict arch/x86/xen/mmu.c:164: error: __pcpu_scope_xen_current_cr3 causes a section type conflict arch/x86/xen/mmu.c:163: error: __pcpu_unique_xen_cr3 causes a section type conflict arch/x86/xen/mmu.c:164: error: __pcpu_unique_xen_current_cr3 causes a section type conflict make[2]: *** [arch/x86/xen/mmu.o] Error 1 make[1]: *** [arch/x86/xen] Error 2 make: *** [arch/x86] Error 2 I'm using the kernel config from centos6's default kernel but then modifying the config to enable the dom0 features. Kernel config from centos6 is config-2.6.32-71.29.1.el6.x86_64, reason i'm using it is because it's from 2.6.32.x.. Anybody know what might be going on here? -- ~ShaunR