[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 13/43] bsd-user: TARGET_NGROUPS unused in this file, remove
From: |
imp |
Subject: |
[PATCH v3 13/43] bsd-user: TARGET_NGROUPS unused in this file, remove |
Date: |
Thu, 2 Sep 2021 17:46:59 -0600 |
From: Warner Losh <imp@bsdimp.com>
Signed-off-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
---
bsd-user/bsdload.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/bsd-user/bsdload.c b/bsd-user/bsdload.c
index 6aefc7a28b..5b3c061a45 100644
--- a/bsd-user/bsdload.c
+++ b/bsd-user/bsdload.c
@@ -19,8 +19,6 @@
#include "qemu.h"
-#define TARGET_NGROUPS 32
-
/* ??? This should really be somewhere else. */
abi_long memcpy_to_target(abi_ulong dest, const void *src,
unsigned long len)
--
2.32.0
- [PATCH v3 08/43] bsd-user: pass the bsd_param into loader_exec, (continued)
- [PATCH v3 08/43] bsd-user: pass the bsd_param into loader_exec, imp, 2021/09/02
- [PATCH v3 14/43] bsd-user: elfload: simplify bswap a bit., imp, 2021/09/02
- [PATCH v3 01/43] bsd-user: remove sparc and sparc64, imp, 2021/09/02
- [PATCH v3 05/43] bsd-user: style nits: bsdload.c whitespace to qemu standard, imp, 2021/09/02
- [PATCH v3 06/43] bsd-user: Remove all non-x86 code from elfload.c, imp, 2021/09/02
- [PATCH v3 09/43] bsd-user: Fix calculation of size to allocate, imp, 2021/09/02
- [PATCH v3 10/43] bsd-user: implement path searching, imp, 2021/09/02
- [PATCH v3 11/43] bsd-user: Eliminate elf personality, imp, 2021/09/02
- [PATCH v3 12/43] bsd-user: remove a.out support, imp, 2021/09/02
- [PATCH v3 13/43] bsd-user: TARGET_NGROUPS unused in this file, remove,
imp <=
- [PATCH v3 16/43] bsd-user: add host-os.h, imp, 2021/09/02
- [PATCH v3 25/43] bsd-user: Add system independent stack, data and text limiting, imp, 2021/09/02
- [PATCH v3 18/43] bsd-user: save the path to the qemu emulator, imp, 2021/09/02
- [PATCH v3 17/43] bsd-user: Include host-os.h from main, imp, 2021/09/02
- [PATCH v3 26/43] bsd-user: *BSD specific siginfo defintions, imp, 2021/09/02
- [PATCH v3 21/43] bsd-user: pull in target_arch_thread.h update target_arch_elf.h, imp, 2021/09/02
- [PATCH v3 30/43] bsd-user: elf cleanup, imp, 2021/09/02