]> Git Repo - qemu.git/blobdiff - linux-user/microblaze/target_signal.h
Merge remote-tracking branch 'remotes/xtensa/tags/20190520-xtensa' into staging
[qemu.git] / linux-user / microblaze / target_signal.h
index 9fe40482929df6fbe7f0b6947b1e86d82d80fd19..35efd5e928ae1c93e8a272cbd5e56dc4f8cdd476 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef MICROBLAZE_TARGET_SIGNAL_H
 #define MICROBLAZE_TARGET_SIGNAL_H
 
-#include "cpu.h"
-
 /* this struct defines a stack used during syscall handling */
 
 typedef struct target_sigaltstack {
@@ -21,10 +19,7 @@ typedef struct target_sigaltstack {
 #define TARGET_MINSIGSTKSZ    2048
 #define TARGET_SIGSTKSZ       8192
 
-static inline abi_ulong get_sp_from_cpustate(CPUMBState *state)
-{
-    return state->regs[1];
-}
+#include "../generic/signal.h"
 
 #define TARGET_ARCH_HAS_SETUP_FRAME
 #endif /* MICROBLAZE_TARGET_SIGNAL_H */
This page took 0.024298 seconds and 4 git commands to generate.