From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from kuber.nabble.com (kuber.nabble.com [216.139.236.158]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 0B751DDE36 for ; Thu, 23 Aug 2007 12:30:07 +1000 (EST) Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1IO2SS-0001es-Tv for linuxppc-dev@ozlabs.org; Wed, 22 Aug 2007 19:30:04 -0700 Message-ID: <12286518.post@talk.nabble.com> Date: Wed, 22 Aug 2007 19:30:04 -0700 (PDT) From: sivaji To: linuxppc-dev@ozlabs.org Subject: Section mismatch warning MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi, When compiling the 2.6.23-rc3 kernel, i got following warning messages. WARNING: vmlinux.o(.text+0x18): Section mismatch: reference to .init.text:early_init (between '__start' and '__after_mmu_off') WARNING: vmlinux.o(.text+0x3834): Section mismatch: reference to .init.text:machine_init (between 'start_here' and 'set_context') WARNING: vmlinux.o(.text+0x383c): Section mismatch: reference to .init.text:MMU_init (between 'start_here' and 'set_context') WARNING: vmlinux.o(.text+0x3866): Section mismatch: reference to .init.text:start_kernel (between 'start_here' and 'set_context') WARNING: vmlinux.o(.text+0x386a): Section mismatch: reference to .init.text:start_kernel (between 'start_here' and 'set_context') Processor : 8641D Give some idea how to overcome this warning. -- View this message in context: http://www.nabble.com/Section-mismatch-warning-tf4315101.html#a12286518 Sent from the linuxppc-dev mailing list archive at Nabble.com.