|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] Fix flush_tlb_mask to no-op for non-SMP, now needed in g
# HG changeset patch
# User djm@xxxxxxxxxxxxxxx
# Node ID 9cca37fc1057bd46474706b0850860b7e0396dbb
# Parent 64699278c17535f87e3a444a976f2c5a51099484
Fix flush_tlb_mask to no-op for non-SMP, now needed in grant_table.c
diff -r 64699278c175 -r 9cca37fc1057 xen/arch/ia64/linux-xen/smp.c
--- a/xen/arch/ia64/linux-xen/smp.c Thu Dec 1 17:21:48 2005
+++ b/xen/arch/ia64/linux-xen/smp.c Thu Dec 1 17:24:33 2005
@@ -56,7 +56,10 @@
//Huh? This seems to be used on ia64 even if !CONFIG_SMP
void flush_tlb_mask(cpumask_t mask)
{
+#ifdef CONFIG_SMP
+ printf("flush_tlb_mask called, not implemented for SMP\n");
dummy();
+#endif
}
//#if CONFIG_SMP || IA64
#if CONFIG_SMP
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] Fix flush_tlb_mask to no-op for non-SMP, now needed in grant_table.c,
Xen patchbot -unstable <=
|
|
|
|
|