Large page TLB flush
+ Remove unused is_softmmu parameter.
Upstream d4c430a80f000d722bb70287af4d4c184a8d7006
Upstream 97b348e7d221c94ddde609346407bd2cd6f85044
Change-Id: I7ccc6a8ffc040f91a58a3206d95417d22001b67b
diff --git a/target-i386/op_helper.c b/target-i386/op_helper.c
index 2af7f7a..73dbd50 100644
--- a/target-i386/op_helper.c
+++ b/target-i386/op_helper.c
@@ -4937,7 +4937,7 @@
generated code */
saved_env = env;
env = env1;
- ret = cpu_x86_handle_mmu_fault(env, addr, is_write, mmu_idx, 1);
+ ret = cpu_x86_handle_mmu_fault(env, addr, is_write, mmu_idx);
if (ret) {
if (retaddr) {
/* now we have a real cpu fault */