debuggers.hg
diff xen/arch/x86/memory.c @ 3645:fd1dd0663b09
bitkeeper revision 1.1159.212.68 (42001e4d1AQiGV2pdPTNrs2AU2LjsQ)
Merge pb001.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk
into pb001.cl.cam.ac.uk:/auto/groups/xeno/users/iap10/xeno-clone/xen-unstable.bk
Merge pb001.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk
into pb001.cl.cam.ac.uk:/auto/groups/xeno/users/iap10/xeno-clone/xen-unstable.bk
author | iap10@pb001.cl.cam.ac.uk |
---|---|
date | Wed Feb 02 00:26:53 2005 +0000 (2005-02-02) |
parents | fec8b1778268 e6af5d8f8b39 |
children | 060c1ea52343 |
line diff
1.1 --- a/xen/arch/x86/memory.c Wed Feb 02 00:22:15 2005 +0000 1.2 +++ b/xen/arch/x86/memory.c Wed Feb 02 00:26:53 2005 +0000 1.3 @@ -168,6 +168,7 @@ void __init init_frametable(void) 1.4 1.5 void arch_init_memory(void) 1.6 { 1.7 +#ifdef __i386__ 1.8 unsigned long i; 1.9 1.10 /* 1.11 @@ -219,6 +220,7 @@ void arch_init_memory(void) 1.12 frame_table[m2p_start_mfn+i].u.inuse.type_info = PGT_gdt_page | 1; 1.13 frame_table[m2p_start_mfn+i].u.inuse.domain = dom_xen; 1.14 } 1.15 +#endif 1.16 } 1.17 1.18 static void __invalidate_shadow_ldt(struct exec_domain *d)