[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] Adapt to change in x86



ChangeSet 1.1327.1.2, 2005/04/19 10:54:38-06:00, djm@xxxxxxxxxxxxxxxxxx

        Adapt to change in x86



 config.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/xen/include/asm-ia64/config.h b/xen/include/asm-ia64/config.h
--- a/xen/include/asm-ia64/config.h     2005-04-20 05:05:43 -04:00
+++ b/xen/include/asm-ia64/config.h     2005-04-20 05:05:43 -04:00
@@ -203,7 +203,7 @@
 #define find_first_set_bit(x)  (ffs(x)-1)      // FIXME: Is this right???
 
 // from include/asm-x86/*/uaccess.h
-#define array_access_ok(type,addr,count,size)                    \
+#define array_access_ok(addr,count,size)                       \
     (likely(sizeof(count) <= 4) /* disallow 64-bit counts */ &&  \
      access_ok(type,addr,count*size))
 

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.