From: Jeremy Fitzhardinge <jeremy@goop.org>
To: linux-ia64@vger.kernel.org
Subject: Re: [PATCH 09/32] ia64/xen: add a necessary header file to compile
Date: Tue, 14 Oct 2008 22:42:46 +0000 [thread overview]
Message-ID: <48F52066.5040604@goop.org> (raw)
In-Reply-To: <1223963507-28056-10-git-send-email-yamahata@valinux.co.jp>
Luck, Tony wrote:
> +++ b/arch/ia64/include/asm/pvclock-abi.h
> @@ -0,0 +1,5 @@
> +/*
> + * use same structure to x86's
> + * Hopefully asm-x86/pvclock-abi.h would be moved to somewhere more generic.
> + */
> +#include <asm-x86/pvclock-abi.h>
>
>
> I will trade out this patch for one that just makes
> a copy of the x86 include file. This #include will
> break if/when x86 moves their include files to
> arch/x86/include/asm
>
I think Ingo is planning it fairly soon.
J
next prev parent reply other threads:[~2008-10-14 22:42 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-14 5:51 [PATCH 00/32] ia64/xen domU take 11 Isaku Yamahata
2008-10-14 5:51 ` [PATCH 01/32] ia64/pv_ops: avoid name conflict of get_irq_chip() Isaku Yamahata
2008-10-14 5:51 ` [PATCH 02/32] ia64/pv_ops: update native/inst.h to clobber predicate Isaku Yamahata
2008-10-14 5:51 ` [PATCH 03/32] ia64: move function declaration, ia64_cpu_local_tick() from .c to .h Isaku Yamahata
2008-10-14 5:51 ` [PATCH 04/32] ia64/xen: reserve "break" numbers used for xen hypercalls Isaku Yamahata
2008-10-14 5:51 ` [PATCH 05/32] ia64/xen: introduce sync bitops which is necessary for ia64/xen support Isaku Yamahata
2008-10-14 5:51 ` [PATCH 06/32] ia64/xen: increase IA64_MAX_RSVD_REGIONS Isaku Yamahata
2008-10-14 5:51 ` [PATCH 07/32] ia64/xen: introduce definitions necessary for ia64/xen hypercalls Isaku Yamahata
2008-10-14 5:51 ` [PATCH 08/32] ia64/xen: define several constants for ia64/xen Isaku Yamahata
2008-10-14 5:51 ` [PATCH 09/32] ia64/xen: add a necessary header file to compile include/xen/interface/xen.h Isaku Yamahata
2008-10-14 21:46 ` Luck, Tony
2008-10-14 21:46 ` [PATCH 09/32] ia64/xen: add a necessary header file to compile Luck, Tony
2008-10-14 22:42 ` [PATCH 09/32] ia64/xen: add a necessary header file to compile include/xen/interface/xen.h Jeremy Fitzhardinge
2008-10-15 3:18 ` Isaku Yamahata
2008-10-14 22:42 ` Jeremy Fitzhardinge [this message]
2008-10-15 3:18 ` Isaku Yamahata
2008-10-14 5:51 ` Isaku Yamahata
2008-10-14 5:51 ` [PATCH 10/32] ia64/xen: define helper functions for xen related address conversion Isaku Yamahata
2008-10-14 5:51 ` [PATCH 11/32] ia64/xen: define helper functions for xen hypercalls Isaku Yamahata
2008-10-14 5:51 ` [PATCH 12/32] ia64/xen: implement the arch specific part of xencomm Isaku Yamahata
2008-10-14 5:51 ` [PATCH 13/32] ia64/xen: xencomm conversion functions for hypercalls Isaku Yamahata
2008-10-14 5:51 ` [PATCH 14/32] ia64/xen: implement arch specific part of xen grant table Isaku Yamahata
2008-10-14 5:51 ` [PATCH 15/32] ia64/xen: add definitions necessary for xen event channel Isaku Yamahata
2008-10-14 5:51 ` [PATCH 16/32] ia64/xen: introduce helper function to identify domain mode Isaku Yamahata
2008-10-14 5:51 ` [PATCH 17/32] ia64/pv_ops/xen: elf note based xen startup Isaku Yamahata
2008-10-14 5:51 ` [PATCH 18/32] ia64/pv_ops/xen: define xen pv_init_ops for various xen initialization Isaku Yamahata
2008-10-14 5:51 ` [PATCH 19/32] ia64/pv_ops/xen: define xen pv_cpu_ops Isaku Yamahata
2008-10-14 5:51 ` [PATCH 20/32] ia64/pv_ops/xen: define xen paravirtualized instructions for hand written assembly code Isaku Yamahata
2008-10-14 5:51 ` [PATCH 21/32] ia64/pv_ops/xen: paravirtualize DO_SAVE_MIN for xen Isaku Yamahata
2008-10-14 5:51 ` [PATCH 22/32] ia64/pv_ops/xen: paravirtualize ivt.S " Isaku Yamahata
2008-10-14 5:51 ` [PATCH 23/32] ia64/pv_ops/xen: paravirtualize entry.S for ia64/xen Isaku Yamahata
2008-10-14 5:51 ` [PATCH 24/32] ia64/pv_ops/xen: implement xen pv_iosapic_ops Isaku Yamahata
2008-10-14 5:51 ` [PATCH 25/32] ia64/pv_ops/xen: define the nubmer of irqs which xen needs Isaku Yamahata
2008-10-14 5:51 ` [PATCH 26/32] ia64/pv_ops/xen: implement xen pv_irq_ops Isaku Yamahata
2008-10-14 5:51 ` [PATCH 27/32] ia64/pv_ops/xen: implement xen pv_time_ops Isaku Yamahata
2008-10-14 5:51 ` [PATCH 28/32] ia64/xen: define xen machine vector for domU Isaku Yamahata
2008-10-14 5:51 ` [PATCH 29/32] ia64/xen: preliminary support for save/restore Isaku Yamahata
2008-10-14 5:51 ` [PATCH 30/32] ia64/pv_ops: update Kconfig for paravirtualized guest and xen Isaku Yamahata
2008-10-14 5:51 ` [PATCH 31/32] ia64/xen: a recipe for using xen/ia64 with pv_ops Isaku Yamahata
2008-10-14 5:51 ` [PATCH 32/32] ia64/pv_ops: paravirtualized istruction checker Isaku Yamahata
2008-10-14 5:51 ` Isaku Yamahata
2008-10-14 21:58 ` Luck, Tony
2008-10-14 21:58 ` Luck, Tony
2008-10-15 3:20 ` Isaku Yamahata
2008-10-15 3:22 ` Isaku Yamahata
2008-10-15 3:20 ` Isaku Yamahata
2008-10-15 3:22 ` Isaku Yamahata
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=48F52066.5040604@goop.org \
--to=jeremy@goop.org \
--cc=linux-ia64@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.