From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Date: Thu, 17 Jul 2008 05:43:21 +0000 Subject: Re: [PATCH 07/29] ia64/xen: add a neccessary header file to copmle Message-Id: <487EDBF9.8050305@goop.org> List-Id: References: <1216260662692-git-send-email-yamahata@valinux.co.jp> In-Reply-To: <1216260662692-git-send-email-yamahata@valinux.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org Isaku Yamahata wrote: > Create include/asm-ia64/pvclock-abi.h to compile which includes > include/asm-x86/pvclock-abi.h because ia64/xen uses same structure. > Hopefully include/asm-x86/pvclock-abi.h would be moved to somewhere > more generic. > Could you fix the patch title spelling ("necessary", "compile")? The misspelled words are hard to search for. > Signed-off-by: Isaku Yamahata > --- > include/asm-ia64/pvclock-abi.h | 5 +++++ > 1 files changed, 5 insertions(+), 0 deletions(-) > create mode 100644 include/asm-ia64/pvclock-abi.h > > diff --git a/include/asm-ia64/pvclock-abi.h b/include/asm-ia64/pvclock-abi.h > new file mode 100644 > index 0000000..1c34d11 > --- /dev/null > +++ b/include/asm-ia64/pvclock-abi.h > @@ -0,0 +1,5 @@ > +/* > + * use same streucute to x86's > "structure"? J