ed5d3d5cdb
An ifdef present in eal_memory.c references "RTE_ARCH_PPC64" when
it should actually use "RTE_ARCH_PPC_64". Simple testing revealed
that both the PPC_64 and non-PPC_64 versions of the code involved
work, but the PPC_64 version of the code is retained to be
consistent with other instances in the same file where mmapped
memory is accessed in reverse order on Power platforms.
Fixes:
|
||
---|---|---|
.. | ||
common | ||
freebsd | ||
linux | ||
windows/eal | ||
Makefile | ||
meson.build | ||
rte_eal_exports.def | ||
rte_eal_version.map |