Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761482AbYA3Sbi (ORCPT ); Wed, 30 Jan 2008 13:31:38 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757533AbYA3Sb1 (ORCPT ); Wed, 30 Jan 2008 13:31:27 -0500 Received: from mga11.intel.com ([192.55.52.93]:24742 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752188AbYA3SbZ convert rfc822-to-8bit (ORCPT ); Wed, 30 Jan 2008 13:31:25 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.25,278,1199692800"; d="scan'208";a="510637221" X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Subject: RE: x86/non-x86: percpu, node ids, apic ids x86.git fixup Date: Wed, 30 Jan 2008 10:31:12 -0800 Message-ID: <1FE6DD409037234FAB833C420AA843EC757DEA@orsmsx424.amr.corp.intel.com> In-Reply-To: <20080130180623.GA24881@elte.hu> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: x86/non-x86: percpu, node ids, apic ids x86.git fixup Thread-Index: AchjauAic66eOOtIQGu262fDOchLhwAAi0xw References: <200801301414.m0UEEgCC006371@hera.kernel.org> <47A09F8A.3000309@sgi.com> <20080130161036.GA12293@elte.hu> <1FE6DD409037234FAB833C420AA843EC757C72@orsmsx424.amr.corp.intel.com> <20080130180623.GA24881@elte.hu> From: "Luck, Tony" To: "Ingo Molnar" Cc: "Mike Travis" , "Geert Uytterhoeven" , "Linus Torvalds" , "Thomas Gleixner" , "Linux Kernel Development" , "Linux/PPC Development" , , X-OriginalArrivalTime: 30 Jan 2008 18:31:13.0206 (UTC) FILETIME=[4AC55D60:01C8636E] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2129 Lines: 40 > Could you check the patch below? With this applied to latest -git, ia64 > buils fine for me in a cross-compiling environment. (but i dont know > whether it boots ...) Uni-processor build still fails with this patch (config is arch/ia64/configs/tiger_defconfig with CONFIG_SMP switched from =y to =n). arch/ia64/kernel/built-in.o(.text+0x5012): In function `show_interrupts': : relocation truncated to fit: IMM22 per_cpu__kstat arch/ia64/kernel/built-in.o(.text+0x53e1): In function `__bind_irq_vector': : relocation truncated to fit: IMM22 per_cpu__vector_irq arch/ia64/kernel/built-in.o(.text+0x5612): In function `__clear_irq_vector': : relocation truncated to fit: IMM22 per_cpu__vector_irq arch/ia64/kernel/built-in.o(.text+0x5a81): In function `__setup_vector_irq': : relocation truncated to fit: IMM22 per_cpu__vector_irq arch/ia64/kernel/built-in.o(.text+0x6231): In function `ia64_handle_irq': : relocation truncated to fit: IMM22 per_cpu____irq_regs arch/ia64/kernel/built-in.o(.text+0x6272): In function `ia64_handle_irq': : relocation truncated to fit: IMM22 per_cpu__vector_irq arch/ia64/kernel/built-in.o(.text+0x7b81): In function `cpu_idle_wait': : relocation truncated to fit: IMM22 .text arch/ia64/kernel/built-in.o(.text+0x7e21): In function `cpu_idle': : relocation truncated to fit: IMM22 .text arch/ia64/kernel/built-in.o(.text+0x7fd1): In function `ia64_save_extra': : relocation truncated to fit: IMM22 per_cpu__pfm_syst_info arch/ia64/kernel/built-in.o(.text+0x8071): In function `ia64_load_extra': : relocation truncated to fit: IMM22 per_cpu__pfm_syst_info arch/ia64/kernel/built-in.o(.text+0x95c0): In function `pfm_write_ibr_dbr': : additional relocation overflows omitted from the output ld: final link failed: Nonrepresentable section on output make: *** [.tmp_vmlinux1] Error 1 SMP build (config zx1_defconfig) builds ok and boots ok too. -Tony -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/