[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 02/13] hw/rdma: Remove unused macros PG_DIR_SZ and PG_TBL_SZ
From: |
Thomas Huth |
Subject: |
[PULL 02/13] hw/rdma: Remove unused macros PG_DIR_SZ and PG_TBL_SZ |
Date: |
Fri, 28 Apr 2023 11:43:35 +0200 |
They have apparently never been used.
Message-Id: <20230419103018.627115-1-thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
hw/rdma/rdma_rm.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/hw/rdma/rdma_rm.c b/hw/rdma/rdma_rm.c
index cfd85de3e6..038d564433 100644
--- a/hw/rdma/rdma_rm.c
+++ b/hw/rdma/rdma_rm.c
@@ -23,10 +23,6 @@
#include "rdma_backend.h"
#include "rdma_rm.h"
-/* Page directory and page tables */
-#define PG_DIR_SZ { TARGET_PAGE_SIZE / sizeof(__u64) }
-#define PG_TBL_SZ { TARGET_PAGE_SIZE / sizeof(__u64) }
-
void rdma_format_device_counters(RdmaDeviceResources *dev_res, GString *buf)
{
g_string_append_printf(buf, "\ttx : %" PRId64 "\n",
--
2.31.1
- [PULL 00/13] DMA reentrancy fixes and other misc patches, Thomas Huth, 2023/04/28
- [PULL 01/13] s390x/gdb: Split s390-virt.xml, Thomas Huth, 2023/04/28
- [PULL 03/13] hw/rdma: Compile target-independent parts of the rdma code only once, Thomas Huth, 2023/04/28
- [PULL 06/13] memory: prevent dma-reentracy issues, Thomas Huth, 2023/04/28
- [PULL 05/13] tests: vhost-user-test: release mutex on protocol violation, Thomas Huth, 2023/04/28
- [PULL 07/13] async: Add an optional reentrancy guard to the BH API, Thomas Huth, 2023/04/28
- [PULL 04/13] hw/rdma: VMW_PVRDMA should depend on VMXNET3_PCI, Thomas Huth, 2023/04/28
- [PULL 02/13] hw/rdma: Remove unused macros PG_DIR_SZ and PG_TBL_SZ,
Thomas Huth <=
- [PULL 08/13] checkpatch: add qemu_bh_new/aio_bh_new checks, Thomas Huth, 2023/04/28
- [PULL 09/13] hw: replace most qemu_bh_new calls with qemu_bh_new_guarded, Thomas Huth, 2023/04/28
- [PULL 13/13] apic: disable reentrancy detection for apic-msi, Thomas Huth, 2023/04/28
- [PULL 12/13] raven: disable reentrancy detection for iomem, Thomas Huth, 2023/04/28
- [PULL 10/13] lsi53c895a: disable reentrancy detection for script RAM, Thomas Huth, 2023/04/28
- [PULL 11/13] bcm2835_property: disable reentrancy detection for iomem, Thomas Huth, 2023/04/28
- Re: [PULL 00/13] DMA reentrancy fixes and other misc patches, Richard Henderson, 2023/04/28