summaryrefslogtreecommitdiffstats
path: root/src/dpdk/lib/librte_eal/common/eal_hugepages.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dpdk/lib/librte_eal/common/eal_hugepages.h')
-rw-r--r--src/dpdk/lib/librte_eal/common/eal_hugepages.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dpdk/lib/librte_eal/common/eal_hugepages.h b/src/dpdk/lib/librte_eal/common/eal_hugepages.h
index 38edac03..68369f26 100644
--- a/src/dpdk/lib/librte_eal/common/eal_hugepages.h
+++ b/src/dpdk/lib/librte_eal/common/eal_hugepages.h
@@ -52,9 +52,6 @@ struct hugepage_file {
int socket_id; /**< NUMA socket ID */
int file_id; /**< the '%d' in HUGEFILE_FMT */
int memseg_id; /**< the memory segment to which page belongs */
-#ifdef RTE_EAL_SINGLE_FILE_SEGMENTS
- int repeated; /**< number of times the page size is repeated */
-#endif
char filepath[MAX_HUGEPAGE_PATH]; /**< path to backing file on filesystem */
};