direct-io.hg
changeset 4810:a700865a85dc
bitkeeper revision 1.1389.5.41 (428086b4WGIdNR8TJaRkbtDcDMeorg)
Fix the 32-bit build (broken by previous changeset).
Signed-off-by: Keir Fraser <keir@xensource.com>
Fix the 32-bit build (broken by previous changeset).
Signed-off-by: Keir Fraser <keir@xensource.com>
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Tue May 10 10:02:28 2005 +0000 (2005-05-10) |
parents | 66dfa86ee331 |
children | 78c364215cd6 498a472cec6a |
files | xen/arch/x86/Makefile xen/include/asm-x86/x86_32/domain_page.h |
line diff
1.1 --- a/xen/arch/x86/Makefile Tue May 10 09:54:46 2005 +0000 1.2 +++ b/xen/arch/x86/Makefile Tue May 10 10:02:28 2005 +0000 1.3 @@ -35,6 +35,7 @@ clean: 1.4 rm -f x86_32/*.o x86_32/*~ x86_32/core 1.5 rm -f x86_64/*.o x86_64/*~ x86_64/core 1.6 rm -f mtrr/*.o mtrr/*~ mtrr/core 1.7 + rm -f acpi/*.o acpi/*~ acpi/core 1.8 1.9 delete-unfresh-files: 1.10 # nothing
2.1 --- a/xen/include/asm-x86/x86_32/domain_page.h Tue May 10 09:54:46 2005 +0000 2.2 +++ b/xen/include/asm-x86/x86_32/domain_page.h Tue May 10 10:02:28 2005 +0000 2.3 @@ -31,13 +31,11 @@ struct map_dom_mem_cache { 2.4 void *va; 2.5 }; 2.6 2.7 -#define MAP_DOM_MEM_CACHE_INIT { .pa = 0 } 2.8 - 2.9 static inline void 2.10 init_map_domain_mem_cache(struct map_dom_mem_cache *cache) 2.11 { 2.12 ASSERT(cache != NULL); 2.13 - *cache = MAP_DOM_MEM_CACHE_INIT; 2.14 + cache->pa = 0; 2.15 } 2.16 2.17 static inline void *