Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760970AbYBKWJj (ORCPT ); Mon, 11 Feb 2008 17:09:39 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758221AbYBKWJU (ORCPT ); Mon, 11 Feb 2008 17:09:20 -0500 Received: from www.tglx.de ([62.245.132.106]:33347 "EHLO www.tglx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757714AbYBKWJR (ORCPT ); Mon, 11 Feb 2008 17:09:17 -0500 Date: Mon, 11 Feb 2008 23:08:57 +0100 (CET) From: Thomas Gleixner To: Andi Kleen cc: mingo@elte.hu, linux-kernel@vger.kernel.org Subject: Re: [PATCH] [1/5] Only do century BCD conversion when we know the RTC is BCD In-Reply-To: <200802110956.16004.ak@suse.de> Message-ID: References: <20080209416.271135970@suse.de> <200802110956.16004.ak@suse.de> User-Agent: Alpine 1.00 (LFD 882 2007-12-20) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1066 Lines: 30 On Mon, 11 Feb 2008, Andi Kleen wrote: > > Nothing ever defines RTC_PORT and RTC_ALWAYS_BCD > > > > So we can get rid of that stuff completely. > > Please see the second version of the patch series. This means I didn't drop it I'm already replying to the second version of the patch series AFAICT. > completely, but added a warning about it not agreeing with the status > register. If this warning never triggers it can be dropped eventually, > if it triggers RTC_ALWAYS_BCD should be unset. #define RTC_ALWAYS_BCD 1 is there since Linux 1.0 and got never changed for x86. So the warning comes a bit late :) Later on the #ifdef RTC_PORT was introduced to share the header in include/linux across architectures. When the header got copied to include/i386 and elsewhere this just was never removed. Thanks, tglx -- 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/