From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756191AbYJ3WX2 (ORCPT ); Thu, 30 Oct 2008 18:23:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753343AbYJ3WXU (ORCPT ); Thu, 30 Oct 2008 18:23:20 -0400 Received: from mx2.mail.elte.hu ([157.181.151.9]:60332 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753227AbYJ3WXU (ORCPT ); Thu, 30 Oct 2008 18:23:20 -0400 Date: Thu, 30 Oct 2008 23:23:08 +0100 From: Ingo Molnar To: James Bottomley Cc: linux-kernel , Yinghai Lu Subject: Re: [PATCH] fix compile breakage caused by x86: add ->pre_time_init to x86_quirks Message-ID: <20081030222308.GM30303@elte.hu> References: <1225400831.19324.21.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1225400831.19324.21.camel@localhost.localdomain> User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00,DNS_FROM_SECURITYSAGE autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] 0.0 DNS_FROM_SECURITYSAGE RBL: Envelope sender in blackholes.securitysage.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * James Bottomley wrote: > >From da69eaed98248bf4b29e94d62a4e01a5c3758669 Mon Sep 17 00:00:00 2001 > From: James Bottomley > Date: Wed, 29 Oct 2008 13:14:29 -0500 > Subject: [VOYAGER] x86: add voyager pre_time_init_hook > > This was introduced by: > > Author: Yinghai Lu > Date: Sat Jul 19 18:02:26 2008 -0700 > > x86: add ->pre_time_init to x86_quirks > > In theory, voyager could also make use of the x86_quirks hooks but, > unfortunately, they're not set up correctly for that to happen yet. okay, so how about setting them up that way instead? That way we win twice: it becomes a tiny bit easier to add Voyager support to the generic platform code, and we also fix the build breakage. Ingo