Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759498AbYBKXB5 (ORCPT ); Mon, 11 Feb 2008 18:01:57 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751125AbYBKXBt (ORCPT ); Mon, 11 Feb 2008 18:01:49 -0500 Received: from terminus.zytor.com ([198.137.202.10]:51672 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751796AbYBKXBt (ORCPT ); Mon, 11 Feb 2008 18:01:49 -0500 Message-ID: <47B0D363.1020302@zytor.com> Date: Mon, 11 Feb 2008 14:59:47 -0800 From: "H. Peter Anvin" User-Agent: Thunderbird 2.0.0.9 (X11/20071115) MIME-Version: 1.0 To: Michael Opdenacker CC: Ingo Molnar , Andrew Morton , Thomas Gleixner , Matt Mackall , linux-kernel@vger.kernel.org, Linux-tiny@selenic.com Subject: Re: [PATCH] x86 (Linux Tiny): configure out support for some processors References: <200802082347.25364.michael-lists@free-electrons.com> <20080208231130.GA10511@elte.hu> <200802112342.23493.michael-lists@free-electrons.com> In-Reply-To: <200802112342.23493.michael-lists@free-electrons.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 781 Lines: 21 Michael Opdenacker wrote: > > Also note that for the sake of convenience and consistency > between 32 and 64 bit, I move the declaration of force_mwait > from kernel/cpu/amd.c to kernel/setup_32.c > (force_mwait is already defined in kernel/setup_64.c). > NAK NAK NAK NAK NAK NAK NAK This is the totally wrong thing to do. The CPU initialization stuff should move *into* the CPU directory (unification based on the cleaned-up 32-bit code, not on the 64-bit code which is based on a fork of the pre-cleanup 32-bit code.) -hpa -- 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/