Displaying 1 result from an estimated 1 matches for "3ed537add538".
2006 Feb 18
1
[PATCH] ia64 build fix
Looks like cset 8863 included a header in xenbus.h that makes the
ia64 build unhappy. domid_t isn''t define so we blow up including
grant_table.h. Fix below. Thanks,
Alex
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
---
diff -r 3ed537add538 linux-2.6-xen-sparse/include/xen/xenbus.h
--- a/linux-2.6-xen-sparse/include/xen/xenbus.h Fri Feb 17 21:26:49 2006 +0100
+++ b/linux-2.6-xen-sparse/include/xen/xenbus.h Fri Feb 17 17:05:38 2006 -0700
@@ -34,6 +34,7 @@
#include <linux/device.h>
#include <linux/notifier.h>
#include <...