From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763776AbYEGWER (ORCPT ); Wed, 7 May 2008 18:04:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757305AbYEGWD4 (ORCPT ); Wed, 7 May 2008 18:03:56 -0400 Received: from one.firstfloor.org ([213.235.205.2]:44589 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754928AbYEGWDz (ORCPT ); Wed, 7 May 2008 18:03:55 -0400 Message-ID: <48222742.5040008@firstfloor.org> Date: Thu, 08 May 2008 00:03:46 +0200 From: Andi Kleen User-Agent: Thunderbird 1.5.0.12 (X11/20060911) MIME-Version: 1.0 To: Mirco Tischler CC: Thomas Gleixner , Ingo Molnar , lkml Subject: Re: [BUG]:WARNING: at arch/x86/kernel/rtc.c:122 in 2.6.26-rc1 References: <1210183536.28099.10.camel@mtlp.tischlernetz> <1210188734.5456.14.camel@mtlp.tischlernetz> <1210196777.26103.8.camel@mtlp.tischlernetz> In-Reply-To: <1210196777.26103.8.camel@mtlp.tischlernetz> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > May 7 21:52:04 kernel: [4294896.091827] Extended CMOS year: 2000 > May 7 21:52:04 kernel: [4294896.091827] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 > May 7 21:52:04 kernel: [4294896.091827] Back to C! > May 7 21:52:04 kernel: [4294896.091827] Extended CMOS year: 2000 If the data is read correctly (and it looks like it) then just the bit is wrong and we should ignore it I guess. So just remove the WARN_ON_ONCE()? -Andi