From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtps.tip.net.au (chilli.pcug.org.au [203.10.76.44]) by ozlabs.org (Postfix) with ESMTP id 4E572B6EF3 for ; Fri, 29 Apr 2011 13:04:19 +1000 (EST) Date: Fri, 29 Apr 2011 13:04:10 +1000 From: Stephen Rothwell To: Benjamin Herrenschmidt , Paul Mackerras , Subject: linux-next: build warning after merge of the final tree (powercp tree related) Message-Id: <20110429130410.3e6221ad.sfr@canb.auug.org.au> Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Fri__29_Apr_2011_13_04_10_+1000_7lAyL36NJRb7Lhr+" Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , --Signature=_Fri__29_Apr_2011_13_04_10_+1000_7lAyL36NJRb7Lhr+ Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi all, After merging the final tree, today's linux-next build (powerpc64 allnoconfig) produced this warning: WARNING: vmlinux.o(.text+0x907a): Section mismatch in reference from the va= riable generic_secondary_common_init to the variable .init.data:boot_cpu_co= unt The function generic_secondary_common_init() references the variable __initdata boot_cpu_count. This is often because generic_secondary_common_init lacks a __initdata=20 annotation or the annotation of boot_cpu_count is wrong. Caused by commit 9d07bc841c97 ("powerpc: Properly handshake CPUs going out of boot spin loop"). --=20 Cheers, Stephen Rothwell sfr@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ --Signature=_Fri__29_Apr_2011_13_04_10_+1000_7lAyL36NJRb7Lhr+ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQEcBAEBAgAGBQJNuiqqAAoJEDMEi1NhKgbs3IoH/iAr9ico38i0LP9rUhQ1LmNs qQvds3iqG7PtOmChVxNnCJz9b08DuJxVnH/ugbV4iVH26+p3kFSsDHdQEqlrb1m9 OFRbvm4v/CWvTDjQhk1OUX5ynbzmKFYg+32PRHjD1SZMDvpLjyqPKJSl6YJwCdB2 2GUQipxR7YYrr/n1hXZ8I4Jlcq+LO+MVVXzTvsodo3EwPl6yKB4rNpkrP5C7YwFX kPV2idaeQ3wLj8SC2T9ol3zGKPDquLhQ+dlaYkrT6TpXSqbPFeVsOpwN8mkEwPIh eIWxbXySGlwvNYiVmXMi7+8PwRWR+GUOODVo+yFzm8SOXuLwtWiBy8z5ywgxyOw= =mt0M -----END PGP SIGNATURE----- --Signature=_Fri__29_Apr_2011_13_04_10_+1000_7lAyL36NJRb7Lhr+--