debuggers.hg
changeset 4589:5a8c28c62a4d
bitkeeper revision 1.1311 (4263f29cFxgD641lih3gf05JfmiLPg)
Fix one of the linux 2.4 compilation problems...
Signed-off-by: michael.fetterman@cl.cam.ac.uk
Fix one of the linux 2.4 compilation problems...
Signed-off-by: michael.fetterman@cl.cam.ac.uk
author | mafetter@fleming.research |
---|---|
date | Mon Apr 18 17:47:08 2005 +0000 (2005-04-18) |
parents | eb5407610fab |
children | 17dbcf9310c2 6375127fdf23 |
files | linux-2.6.11-xen-sparse/include/asm-xen/hypervisor.h |
line diff
1.1 --- a/linux-2.6.11-xen-sparse/include/asm-xen/hypervisor.h Mon Apr 18 15:19:54 2005 +0000 1.2 +++ b/linux-2.6.11-xen-sparse/include/asm-xen/hypervisor.h Mon Apr 18 17:47:08 2005 +0000 1.3 @@ -82,7 +82,9 @@ void xen_invlpg(unsigned long ptr); 1.4 #ifndef CONFIG_XEN_SHADOW_MODE 1.5 void xen_l1_entry_update(pte_t *ptr, unsigned long val); 1.6 void xen_l2_entry_update(pmd_t *ptr, pmd_t val); 1.7 +#ifdef __x86_64__ 1.8 void xen_l3_entry_update(pud_t *ptr, pud_t val); /* x86_64 only */ 1.9 +#endif 1.10 void xen_l4_entry_update(pgd_t *ptr, pgd_t val); /* x86_64 only */ 1.11 void xen_pgd_pin(unsigned long ptr); 1.12 void xen_pgd_unpin(unsigned long ptr);