|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] Fix the 32-bit build (broken by previous changeset).
ChangeSet 1.1464, 2005/05/10 11:02:28+01:00, kaf24@xxxxxxxxxxxxxxxxxxxx
Fix the 32-bit build (broken by previous changeset).
Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>
arch/x86/Makefile | 1 +
include/asm-x86/x86_32/domain_page.h | 4 +---
2 files changed, 2 insertions(+), 3 deletions(-)
diff -Nru a/xen/arch/x86/Makefile b/xen/arch/x86/Makefile
--- a/xen/arch/x86/Makefile 2005-05-10 07:04:31 -04:00
+++ b/xen/arch/x86/Makefile 2005-05-10 07:04:31 -04:00
@@ -35,6 +35,7 @@
rm -f x86_32/*.o x86_32/*~ x86_32/core
rm -f x86_64/*.o x86_64/*~ x86_64/core
rm -f mtrr/*.o mtrr/*~ mtrr/core
+ rm -f acpi/*.o acpi/*~ acpi/core
delete-unfresh-files:
# nothing
diff -Nru a/xen/include/asm-x86/x86_32/domain_page.h
b/xen/include/asm-x86/x86_32/domain_page.h
--- a/xen/include/asm-x86/x86_32/domain_page.h 2005-05-10 07:04:31 -04:00
+++ b/xen/include/asm-x86/x86_32/domain_page.h 2005-05-10 07:04:31 -04:00
@@ -31,13 +31,11 @@
void *va;
};
-#define MAP_DOM_MEM_CACHE_INIT { .pa = 0 }
-
static inline void
init_map_domain_mem_cache(struct map_dom_mem_cache *cache)
{
ASSERT(cache != NULL);
- *cache = MAP_DOM_MEM_CACHE_INIT;
+ cache->pa = 0;
}
static inline void *
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] Fix the 32-bit build (broken by previous changeset).,
BitKeeper Bot <=
|
|
|
|
|