|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] update to latest -unstable
ChangeSet 1.1369.1.3, 2005/04/01 12:52:52-07:00, djm@xxxxxxxxxxxxxxxxxx
update to latest -unstable
Rules.mk | 4 ++--
domain.c | 21 +++++++++++++++++++++
2 files changed, 23 insertions(+), 2 deletions(-)
diff -Nru a/xen/arch/ia64/Rules.mk b/xen/arch/ia64/Rules.mk
--- a/xen/arch/ia64/Rules.mk 2005-04-01 19:03:11 -05:00
+++ b/xen/arch/ia64/Rules.mk 2005-04-01 19:03:11 -05:00
@@ -5,8 +5,8 @@
OBJCOPY = objcopy
endif
ifneq ($(COMPILE_ARCH),$(TARGET_ARCH))
-CC = /usr/local/sp_env/v2.2.3/i686/bin/ia64-unknown-linux-gcc
-LD = /usr/local/sp_env/v2.2.3/i686/bin/ia64-unknown-linux-ld
+CC = /usr/local/sp_env/v2.2.5/i686/bin/ia64-unknown-linux-gcc
+LD = /usr/local/sp_env/v2.2.5/i686/bin/ia64-unknown-linux-ld
OBJCOPY = /usr/local/sp_env/v2.2/i686/bin/ia64-unknown-linux-objcopy
endif
HOSTCC := gcc
diff -Nru a/xen/arch/ia64/domain.c b/xen/arch/ia64/domain.c
--- a/xen/arch/ia64/domain.c 2005-04-01 19:03:11 -05:00
+++ b/xen/arch/ia64/domain.c 2005-04-01 19:03:11 -05:00
@@ -882,3 +882,24 @@
{
vcpu_pend_interrupt(dom0->exec_domain[0],irq);
}
+
+/////////////////////////////////
+// added 01Apr2005, to accomodate change in xen/sched.h, not clear
+// yet if this functionality is needed on ia64
+#if 0
+static void __synchronise_lazy_execstate(void *unused)
+{
+ if ( percpu_ctxt[smp_processor_id()].curr_ed != current )
+ {
+ __context_switch();
+ load_LDT(current);
+ clear_segments();
+ }
+}
+#endif
+
+void synchronise_lazy_execstate(unsigned long cpuset)
+{
+ //smp_subset_call_function(__synchronise_lazy_execstate, NULL, 1, cpuset);
+}
+/////////////////////////////////
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] update to latest -unstable,
BitKeeper Bot <=
|
|
|
|
|