[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 04/39] softmmu: Delete checks for old host definitions
From: |
Richard Henderson |
Subject: |
[PULL 04/39] softmmu: Delete checks for old host definitions |
Date: |
Fri, 15 Sep 2023 20:29:36 -0700 |
From: Akihiko Odaki <akihiko.odaki@daynix.com>
PA-RISC host support is already removed with commit
b1cef6d02f ("Drop remaining bits of ia64 host support").
Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Message-Id: <20230810225922.21600-1-akihiko.odaki@daynix.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
softmmu/async-teardown.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/softmmu/async-teardown.c b/softmmu/async-teardown.c
index 62cdeb0f20..396963c091 100644
--- a/softmmu/async-teardown.c
+++ b/softmmu/async-teardown.c
@@ -121,10 +121,7 @@ static void *new_stack_for_clone(void)
/* Allocate a new stack and get a pointer to its top. */
stack_ptr = qemu_alloc_stack(&stack_size);
-#if !defined(HOST_HPPA)
- /* The top is at the end of the area, except on HPPA. */
stack_ptr += stack_size;
-#endif
return stack_ptr;
}
--
2.34.1
- [PULL 00/39] tcg patch queue, Richard Henderson, 2023/09/15
- [PULL 01/39] accel/tcg: mttcg remove false-negative halted assertion, Richard Henderson, 2023/09/15
- [PULL 02/39] accel/tcg: Fix the comment for CPUTLBEntryFull, Richard Henderson, 2023/09/15
- [PULL 03/39] util: Delete checks for old host definitions, Richard Henderson, 2023/09/15
- [PULL 05/39] thunk: Delete checks for old host definitions, Richard Henderson, 2023/09/15
- [PULL 04/39] softmmu: Delete checks for old host definitions,
Richard Henderson <=
- [PULL 07/39] tcg/loongarch64: Lower basic tcg vec ops to LSX, Richard Henderson, 2023/09/15
- [PULL 08/39] tcg: pass vece to tcg_target_const_match(), Richard Henderson, 2023/09/15
- [PULL 10/39] tcg/loongarch64: Lower add/sub_vec to vadd/vsub, Richard Henderson, 2023/09/15
- [PULL 11/39] tcg/loongarch64: Lower vector bitwise operations, Richard Henderson, 2023/09/15
- [PULL 09/39] tcg/loongarch64: Lower cmp_vec to vseq/vsle/vslt, Richard Henderson, 2023/09/15
- [PULL 12/39] tcg/loongarch64: Lower neg_vec to vneg, Richard Henderson, 2023/09/15
- [PULL 13/39] tcg/loongarch64: Lower mul_vec to vmul, Richard Henderson, 2023/09/15
- [PULL 15/39] tcg/loongarch64: Lower vector saturated ops, Richard Henderson, 2023/09/15
- [PULL 16/39] tcg/loongarch64: Lower vector shift vector ops, Richard Henderson, 2023/09/15
- [PULL 18/39] tcg/loongarch64: Lower vector shift integer ops, Richard Henderson, 2023/09/15