[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 07/16] linux-user: sparc: Remove unused struct 'target_mc_fq'
From: |
Michael Tokarev |
Subject: |
[PULL 07/16] linux-user: sparc: Remove unused struct 'target_mc_fq' |
Date: |
Sun, 30 Jun 2024 19:53:17 +0300 |
From: "Dr. David Alan Gilbert" <dave@treblig.org>
This struct is unused since Peter's
Commit b8ae597f0e6d ("linux-user/sparc: Fix errors in target_ucontext
structures")
However, hmm, I'm a bit confused since that commit modifies the
structure and then removes it, was that intentional?
Signed-off-by: Dr. David Alan Gilbert <dave@treblig.org>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
linux-user/sparc/signal.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/linux-user/sparc/signal.c b/linux-user/sparc/signal.c
index f164b74032..8181b8b92c 100644
--- a/linux-user/sparc/signal.c
+++ b/linux-user/sparc/signal.c
@@ -546,11 +546,6 @@ void setup_sigtramp(abi_ulong sigtramp_page)
typedef abi_ulong target_mc_greg_t;
typedef target_mc_greg_t target_mc_gregset_t[SPARC_MC_NGREG];
-struct target_mc_fq {
- abi_ulong mcfq_addr;
- uint32_t mcfq_insn;
-};
-
/*
* Note the manual 16-alignment; the kernel gets this because it
* includes a "long double qregs[16]" in the mcpu_fregs union,
--
2.39.2
- [PULL 00/16] Trivial patches for 2024-06-30, Michael Tokarev, 2024/06/30
- [PULL 01/16] hmp-commands-info.hx: Add missing info command for stats subcommand, Michael Tokarev, 2024/06/30
- [PULL 02/16] cpu: fix memleak of 'halt_cond' and 'thread', Michael Tokarev, 2024/06/30
- [PULL 04/16] target/i386: Advertise MWAIT iff host supports, Michael Tokarev, 2024/06/30
- [PULL 05/16] monitor: Remove obsolete stubs, Michael Tokarev, 2024/06/30
- [PULL 03/16] vl: Allow multiple -overcommit commands, Michael Tokarev, 2024/06/30
- [PULL 06/16] linux-user: cris: Remove unused struct 'rt_signal_frame', Michael Tokarev, 2024/06/30
- [PULL 07/16] linux-user: sparc: Remove unused struct 'target_mc_fq',
Michael Tokarev <=
- [PULL 08/16] hw/arm/bcm2836: Remove unusued struct 'BCM283XClass', Michael Tokarev, 2024/06/30
- [PULL 09/16] net/can: Remove unused struct 'CanBusState', Michael Tokarev, 2024/06/30
- [PULL 10/16] os-posix: Expand setrlimit() syscall compatibility, Michael Tokarev, 2024/06/30
- [PULL 11/16] docs/cxl: fix some typos, Michael Tokarev, 2024/06/30
- [PULL 12/16] docs/system/devices/usb: Replace the non-existing "qemu" binary, Michael Tokarev, 2024/06/30
- [PULL 13/16] vl.c: select_machine(): use ERRP_GUARD instead of error propagation, Michael Tokarev, 2024/06/30
- [PULL 14/16] vl.c: select_machine(): use g_autoptr, Michael Tokarev, 2024/06/30
- [PULL 15/16] vl.c: select_machine(): add selected machine type to error message, Michael Tokarev, 2024/06/30
- [PULL 16/16] hw/core/loader: gunzip(): fix memory leak on error path, Michael Tokarev, 2024/06/30
- Re: [PULL 00/16] Trivial patches for 2024-06-30, Richard Henderson, 2024/06/30