Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263912AbTETTxc (ORCPT ); Tue, 20 May 2003 15:53:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263914AbTETTxc (ORCPT ); Tue, 20 May 2003 15:53:32 -0400 Received: from ebiederm.dsl.xmission.com ([166.70.28.69]:20835 "EHLO frodo.biederman.org") by vger.kernel.org with ESMTP id S263912AbTETTxa (ORCPT ); Tue, 20 May 2003 15:53:30 -0400 To: Andy Whitcroft Cc: Andrew Morton , linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: 2.5.69-mm7 References: <20030519012336.44d0083a.akpm@digeo.com> <535806509.1053435150@IBM-O1F8DZ9MWMH> From: ebiederm@xmission.com (Eric W. Biederman) Date: 20 May 2003 14:01:56 -0600 In-Reply-To: <535806509.1053435150@IBM-O1F8DZ9MWMH> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1202 Lines: 28 Andy Whitcroft writes: > Seems that -mm7, has broken compilation of subarch visws: > > arch/i386/kernel/built-in.o: In function `cpu_stop_apics': > arch/i386/kernel/built-in.o(.text+0xe511): undefined reference to > `stop_this_cpu' > > arch/i386/kernel/built-in.o: In function `stop_apics': > arch/i386/kernel/built-in.o(.text+0xe552): undefined reference to `reboot_cpu' > arch/i386/mach-visws/built-in.o: In function `machine_restart': > arch/i386/mach-visws/built-in.o(.text+0x1): undefined reference to > `smp_send_stop' > > Seems that the culprit is the reboot on boot processor changes, reverting the > following patches fixes the compilation: > > patch -R -p1 patch -R -p1 > Cheers. Do you have a machine to test against. Or is this a test for completeness? I don't get the subarch factoring. And as such I cannot see how to properly fixup the subarch code. Eric - 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/