qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [4557] Dont try to keep the tlb and the jmp cache synchroni


From: Edgar E. Iglesias
Subject: [Qemu-devel] [4557] Dont try to keep the tlb and the jmp cache synchronized.
Date: Sat, 24 May 2008 16:00:09 +0000

Revision: 4557
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4557
Author:   edgar_igl
Date:     2008-05-24 16:00:05 +0000 (Sat, 24 May 2008)

Log Message:
-----------
Dont try to keep the tlb and the jmp cache synchronized.

Modified Paths:
--------------
    trunk/exec.c

Modified: trunk/exec.c
===================================================================
--- trunk/exec.c        2008-05-24 14:48:38 UTC (rev 4556)
+++ trunk/exec.c        2008-05-24 16:00:05 UTC (rev 4557)
@@ -1745,9 +1745,6 @@
             te->addr_read = -1;
         }
 
-        if (te->addr_code != -1) {
-            tlb_flush_jmp_cache(env, te->addr_code);
-        }
         if (prot & PAGE_EXEC) {
             te->addr_code = address;
         } else {






reply via email to

[Prev in Thread] Current Thread [Next in Thread]