Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S269632AbUJLLi5 (ORCPT ); Tue, 12 Oct 2004 07:38:57 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S269621AbUJLLi5 (ORCPT ); Tue, 12 Oct 2004 07:38:57 -0400 Received: from rproxy.gmail.com ([64.233.170.205]:14038 "EHLO mproxy.gmail.com") by vger.kernel.org with ESMTP id S269627AbUJLLig (ORCPT ); Tue, 12 Oct 2004 07:38:36 -0400 Message-ID: Date: Tue, 12 Oct 2004 17:08:32 +0530 From: Raj Reply-To: Raj To: linux-kernel Subject: Build problems with APM/Subarch type Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 870 Lines: 24 I have been trying to build a 2.6.9-rc4. My box is an Intel P4. Did all the configuration properly, except that i fumbled on the keyboard and the option 'Subarchitecture Type' somehow got set to '(SGI 320/540 Visual Workstation)'. The build failed with an error 'Undefined reference to machine_real_restart' It seems that , unless Subarch is PC-Compatible ( CONFIG_PC ) , CONFIG_X86_BIOS_REBOOT will not be set and thusly, reboot.c would not be compiled. ( yeah, i know messing around with configs is suicidal, but.... ) Can this be fixed ?? At the very least, hide APM options #if !(CONFIG_PC) ?? -- ###### raj ###### - 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/