Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
softmmu: Delete checks for old host definitions
PA-RISC host support is already removed with commit
b1cef6d ("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>
  • Loading branch information
akihikodaki authored and rth7680 committed Sep 15, 2023
1 parent a1eaa62 commit 8f7f7e9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions softmmu/async-teardown.c
Expand Up @@ -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;
}
Expand Down

0 comments on commit 8f7f7e9

Please sign in to comment.