WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Fix mmu_update queue size.

ChangeSet 1.1376, 2005/03/25 22:14:49+00:00, kaf24@xxxxxxxxxxxxxxxxxxxx

        Fix mmu_update queue size.
        Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>



 hypervisor.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/linux-2.6.11-xen-sparse/arch/xen/i386/mm/hypervisor.c 
b/linux-2.6.11-xen-sparse/arch/xen/i386/mm/hypervisor.c
--- a/linux-2.6.11-xen-sparse/arch/xen/i386/mm/hypervisor.c     2005-03-25 
18:03:46 -05:00
+++ b/linux-2.6.11-xen-sparse/arch/xen/i386/mm/hypervisor.c     2005-03-25 
18:03:46 -05:00
@@ -48,7 +48,7 @@
  */
 static spinlock_t update_lock = SPIN_LOCK_UNLOCKED;
 
-#define QUEUE_SIZE 1 /*128*/
+#define QUEUE_SIZE 128
 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0)
 #define pte_offset_kernel pte_offset
 #define pud_t pgd_t


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Fix mmu_update queue size., BitKeeper Bot <=