aboutsummaryrefslogtreecommitdiff
path: root/linux-user/mips
diff options
context:
space:
mode:
authorSong Gao <gaosong@loongson.cn>2021-11-26 10:23:08 +0800
committerLaurent Vivier <laurent@vivier.eu>2022-01-06 11:40:52 +0100
commitc1e8e3a746f6e4fb90ae65c715a4f79f6b4b6cf6 (patch)
tree8001e222f2f0d36fa5efff9ae766fe5406904da6 /linux-user/mips
parentf9d0707182fcf65593b55479fa891867192ebeef (diff)
downloadqemu-c1e8e3a746f6e4fb90ae65c715a4f79f6b4b6cf6.zip
qemu-c1e8e3a746f6e4fb90ae65c715a4f79f6b4b6cf6.tar.gz
qemu-c1e8e3a746f6e4fb90ae65c715a4f79f6b4b6cf6.tar.bz2
linux-user: Remove TARGET_SIGSTKSZ
TARGET_SIGSTKSZ is not used, we should remove it. Signed-off-by: Song Gao <gaosong@loongson.cn> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <1637893388-10282-4-git-send-email-gaosong@loongson.cn> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'linux-user/mips')
-rw-r--r--linux-user/mips/target_signal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/linux-user/mips/target_signal.h b/linux-user/mips/target_signal.h
index 780a4dd..fa542c1 100644
--- a/linux-user/mips/target_signal.h
+++ b/linux-user/mips/target_signal.h
@@ -67,7 +67,6 @@ typedef struct target_sigaltstack {
#define TARGET_SA_RESTORER 0x04000000 /* Only for O32 */
#define TARGET_MINSIGSTKSZ 2048
-#define TARGET_SIGSTKSZ 8192
#if defined(TARGET_ABI_MIPSO32)
/* compare linux/arch/mips/kernel/signal.c:setup_frame() */