From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422656AbXC2WCi (ORCPT ); Thu, 29 Mar 2007 18:02:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1422652AbXC2WCi (ORCPT ); Thu, 29 Mar 2007 18:02:38 -0400 Received: from smtp.osdl.org ([65.172.181.24]:40691 "EHLO smtp.osdl.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1422656AbXC2WCh (ORCPT ); Thu, 29 Mar 2007 18:02:37 -0400 Date: Thu, 29 Mar 2007 14:56:52 -0700 (PDT) From: Linus Torvalds To: Andreas Mohr cc: Andi Kleen , Mark Langsdorf , Len Brown , "Morrow, William" , "Crouse, Jordan" , Thomas Gleixner , Pavel Machek , Ingo Molnar , "Eric W. Biederman" , Nick Piggin , Mingming Cao , Adrian Bunk , Andrew Morton , Linux Kernel Mailing List , Michal Piotrowski , Mariusz Kozlowski , Oliver Pinter , Sid Boyce , Nick Piggin , Jens Axboe , Thomas Renninger Subject: Re: [PATCH] i386: add command line option "local_apic_timer_c2_ok" In-Reply-To: <20070329214520.GA3185@rhlx01.hs-esslingen.de> Message-ID: References: <460C1B5B.4090802@amd.com> <200703292249.37979.ak@suse.de> <20070329214520.GA3185@rhlx01.hs-esslingen.de> 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 Thu, 29 Mar 2007, Andreas Mohr wrote: > > Please don't, this would break the interface logically. > X86_FEATURE_xxx usually denotes a *feature*, not a "feature" > (Micro$oft speak for "bug" ;). Sure, we could make it positive instead, and I agree it would make code nicer to read. > Thus, how about e.g. X86_FEATURE_LAPIC_C1_OK? I have no trouble at all with something like that instead. Anybody willing to cook up a patch? Linus