Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 9 Oct 2001 01:01:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 9 Oct 2001 01:01:28 -0400 Received: from bacon.van.m-l.org ([208.223.154.200]:7552 "EHLO bacon.van.m-l.org") by vger.kernel.org with ESMTP id ; Tue, 9 Oct 2001 01:01:17 -0400 Date: Tue, 9 Oct 2001 01:01:47 -0400 (EDT) From: George Greer X-X-Sender: To: Linux Kernel Mailing List cc: Dave Jones Subject: Re: [PATCH] change name of rep_nop In-Reply-To: Message-ID: 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 On Tue, 9 Oct 2001, Dave Jones wrote: >On Tue, 9 Oct 2001, Alan Cox wrote: > >> That raises the question of whether x86 should seperate the "386" "486" .. >> kernels by adding "Generic" for building a kernel that has all the work >> arounds for everyones randomly buggy processors > >How do you propose to do this without turning setup.c and friends >into a #ifdef nightmare ? setup_intel.c, setup_amd.c etc ?? I did a patch for that in the 2.2.x days that simply modified the existing #ifdef's to be more specific. The Configure file then set define_bool options correctly for whatever option you chose. It was a very simple strategy, but not a completely comprehensive patch. -- George Greer, greerga@m-l.org http://www.m-l.org/~greerga/ - 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/