[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Adapt to recent patches in common
ChangeSet 1.1713.4.1, 2005/06/21 16:38:06-06:00, djm@xxxxxxxxxxxxxxxxxx Adapt to recent patches in common config.h | 3 +++ shadow.h | 1 + 2 files changed, 4 insertions(+) diff -Nru a/xen/include/asm-ia64/config.h b/xen/include/asm-ia64/config.h --- a/xen/include/asm-ia64/config.h 2005-06-23 07:04:41 -04:00 +++ b/xen/include/asm-ia64/config.h 2005-06-23 07:04:41 -04:00 @@ -103,6 +103,9 @@ #define get_cpu() 0 #define put_cpu() do {} while(0) +// needed for common/dom0_ops.c until hyperthreading is supported +#define smp_num_siblings 1 + // from linux/include/linux/mm.h struct page; diff -Nru a/xen/include/asm-ia64/shadow.h b/xen/include/asm-ia64/shadow.h --- /dev/null Wed Dec 31 16:00:00 196900 +++ b/xen/include/asm-ia64/shadow.h 2005-06-23 07:04:41 -04:00 @@ -0,0 +1 @@ +/* empty */ _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |