hw/rdma: Remove unused macros PG_DIR_SZ and PG_TBL_SZ
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>
This commit is contained in:
parent
8afc43ea63
commit
c4c289cc5f
@ -23,10 +23,6 @@
|
|||||||
#include "rdma_backend.h"
|
#include "rdma_backend.h"
|
||||||
#include "rdma_rm.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)
|
void rdma_format_device_counters(RdmaDeviceResources *dev_res, GString *buf)
|
||||||
{
|
{
|
||||||
g_string_append_printf(buf, "\ttx : %" PRId64 "\n",
|
g_string_append_printf(buf, "\ttx : %" PRId64 "\n",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user