From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754585AbZHTQKk (ORCPT ); Thu, 20 Aug 2009 12:10:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751790AbZHTQKj (ORCPT ); Thu, 20 Aug 2009 12:10:39 -0400 Received: from one.firstfloor.org ([213.235.205.2]:58949 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750953AbZHTQKj (ORCPT ); Thu, 20 Aug 2009 12:10:39 -0400 Date: Thu, 20 Aug 2009 18:10:38 +0200 From: Andi Kleen To: "Wang, Shane" Cc: Ingo Molnar , "Cihula, Joseph" , "H. Peter Anvin" , "linux-kernel@vger.kernel.org" , "arjan@linux.intel.com" , "andi@firstfloor.org" , "chrisw@sous-sol.org" , "jmorris@namei.org" , "jbeulich@novell.com" , "peterm@redhat.com" , "Wei, Gang" Subject: Re: [RFC v6][PATCH 2/4] intel_txt: Intel(R) TXT reboot/halt shutdown support Message-ID: <20090820161038.GA29994@basil.fritz.box> References: <4A4ACA66.2000706@intel.com> <20090817154055.GA12985@elte.hu> <20090817155348.GA2254@elte.hu> <037F493892196B458CD3E193E8EBAD4F01EC3AB3B2@pdsmsx502.ccr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <037F493892196B458CD3E193E8EBAD4F01EC3AB3B2@pdsmsx502.ccr.corp.intel.com> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 20, 2009 at 05:33:50PM +0800, Wang, Shane wrote: > Hi Ingo & hpa, > > I have made some change on the previous tboot patch to fix the build errors. > Please comment. The standard way to do this would be to define a linux/tboot.h that does the ifdef and in the else path define dummy inlines for these functions. -Andi