[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Fix one of the linux 2.4 compilation problems...
ChangeSet 1.1311, 2005/04/18 18:47:08+01:00, mafetter@xxxxxxxxxxxxxxxx Fix one of the linux 2.4 compilation problems... Signed-off-by: michael.fetterman@xxxxxxxxxxxx hypervisor.h | 2 ++ 1 files changed, 2 insertions(+) diff -Nru a/linux-2.6.11-xen-sparse/include/asm-xen/hypervisor.h b/linux-2.6.11-xen-sparse/include/asm-xen/hypervisor.h --- a/linux-2.6.11-xen-sparse/include/asm-xen/hypervisor.h 2005-04-18 21:03:32 -04:00 +++ b/linux-2.6.11-xen-sparse/include/asm-xen/hypervisor.h 2005-04-18 21:03:32 -04:00 @@ -82,7 +82,9 @@ #ifndef CONFIG_XEN_SHADOW_MODE void xen_l1_entry_update(pte_t *ptr, unsigned long val); void xen_l2_entry_update(pmd_t *ptr, pmd_t val); +#ifdef __x86_64__ void xen_l3_entry_update(pud_t *ptr, pud_t val); /* x86_64 only */ +#endif void xen_l4_entry_update(pgd_t *ptr, pgd_t val); /* x86_64 only */ void xen_pgd_pin(unsigned long ptr); void xen_pgd_unpin(unsigned long ptr); _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |