]> git.proxmox.com Git - qemu.git/blobdiff - main-loop.h
target-mips: Enable access to required RDHWR hardware registers
[qemu.git] / main-loop.h
index c06b8bc441f9e424aaa10dd9836c27f12bf7dff2..dce1cd9d7cab443aca8a563322c7881586cf8605 100644 (file)
 #ifndef QEMU_MAIN_LOOP_H
 #define QEMU_MAIN_LOOP_H 1
 
-#ifdef SIGRTMIN
-#define SIG_IPI (SIGRTMIN+4)
-#else
 #define SIG_IPI SIGUSR1
-#endif
 
 /**
  * qemu_init_main_loop: Set up the process so that it can run the main loop.