|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] Fix x86_64 build.
ChangeSet 1.1642.1.1, 2005/06/02 20:54:25+01:00, cl349@xxxxxxxxxxxxxxxxxxxx
Fix x86_64 build.
usercopy.c:
Fix build.
Sync w/ x86_64 version.
Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx>
x86_32/usercopy.c | 3 ++-
x86_64/usercopy.c | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff -Nru a/xen/arch/x86/x86_32/usercopy.c b/xen/arch/x86/x86_32/usercopy.c
--- a/xen/arch/x86/x86_32/usercopy.c 2005-06-02 18:03:19 -04:00
+++ b/xen/arch/x86/x86_32/usercopy.c 2005-06-02 18:03:19 -04:00
@@ -5,8 +5,9 @@
* Copyright 1997 Andi Kleen <ak@xxxxxx>
* Copyright 1997 Linus Torvalds
*/
+
#include <xen/config.h>
-#include <xen/mm.h>
+#include <xen/lib.h>
#include <asm/uaccess.h>
static inline int __movsl_is_ok(unsigned long a1, unsigned long a2, unsigned
long n)
diff -Nru a/xen/arch/x86/x86_64/usercopy.c b/xen/arch/x86/x86_64/usercopy.c
--- a/xen/arch/x86/x86_64/usercopy.c 2005-06-02 18:03:19 -04:00
+++ b/xen/arch/x86/x86_64/usercopy.c 2005-06-02 18:03:19 -04:00
@@ -6,7 +6,8 @@
* Copyright 2002 Andi Kleen <ak@xxxxxxx>
*/
-#include <xen/string.h>
+#include <xen/config.h>
+#include <xen/lib.h>
#include <asm/uaccess.h>
/*
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] Fix x86_64 build.,
BitKeeper Bot <=
|
|
|
|
|