From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755529AbZHQPlh (ORCPT ); Mon, 17 Aug 2009 11:41:37 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753104AbZHQPlg (ORCPT ); Mon, 17 Aug 2009 11:41:36 -0400 Received: from mx3.mail.elte.hu ([157.181.1.138]:37512 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752544AbZHQPlg (ORCPT ); Mon, 17 Aug 2009 11:41:36 -0400 Date: Mon, 17 Aug 2009 17:40:55 +0200 From: Ingo Molnar To: Joseph Cihula , "H. Peter Anvin" , Shane Wang Cc: linux-kernel@vger.kernel.org, arjan@linux.intel.com, hpa@zytor.com, andi@firstfloor.org, chrisw@sous-sol.org, jmorris@namei.org, jbeulich@novell.com, peterm@redhat.com, gang.wei@intel.com, shane.wang@intel.com Subject: Re: [RFC v6][PATCH 2/4] intel_txt: Intel(R) TXT reboot/halt shutdown support Message-ID: <20090817154055.GA12985@elte.hu> References: <4A4ACA66.2000706@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4A4ACA66.2000706@intel.com> User-Agent: Mutt/1.5.18 (2008-05-17) 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 autolearn=no SpamAssassin version=3.2.5 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Joseph Cihula wrote: > diff -uprN -X linus-2.6.git-0629/Documentation/dontdiff linus-2.6.git-0629/init/main.c linus-2.6.git-0629-txt/init/main.c > --- linus-2.6.git-0629/init/main.c 2009-06-29 21:57:26.000000000 -0700 > +++ linus-2.6.git-0629-txt/init/main.c 2009-06-29 22:23:07.000000000 -0700 > @@ -73,6 +73,7 @@ > #include > #include > #include > +#include > #include > #include > > @@ -715,6 +716,8 @@ asmlinkage void __init start_kernel(void > > ftrace_init(); > > + tboot_create_trampoline(); > + > /* Do the rest non-__init'ed, we're now alive */ > rest_init(); > } hm, this breaks the kernel build on every non-x86 architecture - none of which has asm/tboot.h. Ingo