From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sam Ravnborg Subject: Re: [patch 2/4] clean up identify_cpu Date: Sat, 7 Apr 2007 20:39:16 +0200 Message-ID: <20070407183916.GA30811@uranus.ravnborg.org> References: <20070406224152.556848893@goop.org> <20070406224204.782242327@goop.org> <20070407021401.a993892b.akpm@linux-foundation.org> <4617D2D1.7040202@goop.org> <20070407105947.15128675.akpm@linux-foundation.org> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline In-Reply-To: <20070407105947.15128675.akpm@linux-foundation.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org To: Andrew Morton Cc: virtualization@lists.osdl.org, lkml List-Id: virtualization@lists.linuxfoundation.org On Sat, Apr 07, 2007 at 10:59:47AM -0700, Andrew Morton wrote: > On Sat, 07 Apr 2007 10:20:17 -0700 Jeremy Fitzhardinge = wrote: > = > > I don't have a x86-64 compile environment on > > hand, so the 64 bits are completely untested > = > http://userweb.kernel.org/~akpm/cross-compilers/ Does the alpha toolchain work for you? For defconfig I get: CC arch/alpha/kernel/core_cia.o {standard input}: Assembler messages: {standard input}:351: Error: macro requires $at register while noat in effe= ct {standard input}:376: Error: macro requires $at register while noat in effe= ct {standard input}:400: Error: macro requires $at register while noat in effe= ct {standard input}:419: Error: macro requires $at register while noat in effe= ct {standard input}:474: Error: macro requires $at register while noat in effe= ct {standard input}:499: Error: macro requires $at register while noat in effe= ct {standard input}:523: Error: macro requires $at register while noat in effe= ct {standard input}:542: Error: macro requires $at register while noat in effe= ct make[2]: *** [arch/alpha/kernel/core_cia.o] Error 1 make[1]: *** [arch/alpha/kernel] Error 2 make: *** [_all] Error 2 Same happens when I compile the same version direct from Dan's crosstool. Sam From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966257AbXDGSic (ORCPT ); Sat, 7 Apr 2007 14:38:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S966264AbXDGSib (ORCPT ); Sat, 7 Apr 2007 14:38:31 -0400 Received: from pasmtpb.tele.dk ([80.160.77.98]:44992 "EHLO pasmtpB.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966255AbXDGSia (ORCPT ); Sat, 7 Apr 2007 14:38:30 -0400 Date: Sat, 7 Apr 2007 20:39:16 +0200 From: Sam Ravnborg To: Andrew Morton Cc: Jeremy Fitzhardinge , Andi Kleen , virtualization@lists.osdl.org, lkml Subject: Re: [patch 2/4] clean up identify_cpu Message-ID: <20070407183916.GA30811@uranus.ravnborg.org> References: <20070406224152.556848893@goop.org> <20070406224204.782242327@goop.org> <20070407021401.a993892b.akpm@linux-foundation.org> <4617D2D1.7040202@goop.org> <20070407105947.15128675.akpm@linux-foundation.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070407105947.15128675.akpm@linux-foundation.org> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Apr 07, 2007 at 10:59:47AM -0700, Andrew Morton wrote: > On Sat, 07 Apr 2007 10:20:17 -0700 Jeremy Fitzhardinge wrote: > > > I don't have a x86-64 compile environment on > > hand, so the 64 bits are completely untested > > http://userweb.kernel.org/~akpm/cross-compilers/ Does the alpha toolchain work for you? For defconfig I get: CC arch/alpha/kernel/core_cia.o {standard input}: Assembler messages: {standard input}:351: Error: macro requires $at register while noat in effect {standard input}:376: Error: macro requires $at register while noat in effect {standard input}:400: Error: macro requires $at register while noat in effect {standard input}:419: Error: macro requires $at register while noat in effect {standard input}:474: Error: macro requires $at register while noat in effect {standard input}:499: Error: macro requires $at register while noat in effect {standard input}:523: Error: macro requires $at register while noat in effect {standard input}:542: Error: macro requires $at register while noat in effect make[2]: *** [arch/alpha/kernel/core_cia.o] Error 1 make[1]: *** [arch/alpha/kernel] Error 2 make: *** [_all] Error 2 Same happens when I compile the same version direct from Dan's crosstool. Sam