numam-dpdk/lib/librte_eal/linuxapp
Anatoly Burakov ba07193e03 mem: fix storing old policy
The original code was supposed to overwrite the value pointed to
by the pointer, but the new one is instead overwriting the
pointer value itself, which has no effect outside that function.
Fix it by adding a pointer dereference.

Fixes: 582bed1e1d ("mem: support mapping hugepages at runtime")
Cc: stable@dpdk.org

Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
2019-01-14 15:50:52 +01:00
..
eal mem: fix storing old policy 2019-01-14 15:50:52 +01:00
Makefile move kernel modules directories 2018-03-21 23:04:21 +01:00