]> git.proxmox.com Git - qemu.git/blobdiff - exec.c
exec: Pass CPUState to cpu_reset_interrupt()
[qemu.git] / exec.c
diff --git a/exec.c b/exec.c
index 4462edf076c29a27285f0ee84dc5d5d29d94ae23..ae5a4b4430cbc50dbd00a06e846c656df2bded88 100644 (file)
--- a/exec.c
+++ b/exec.c
@@ -492,13 +492,6 @@ void cpu_single_step(CPUArchState *env, int enabled)
 #endif
 }
 
-void cpu_reset_interrupt(CPUArchState *env, int mask)
-{
-    CPUState *cpu = ENV_GET_CPU(env);
-
-    cpu->interrupt_request &= ~mask;
-}
-
 void cpu_exit(CPUArchState *env)
 {
     CPUState *cpu = ENV_GET_CPU(env);