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: 582bed1e1d1d ("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
..
2018-11-06 01:14:05 +01:00
2018-12-19 19:36:53 +01:00
2018-07-26 20:07:57 +02:00
2018-11-13 23:18:53 +01:00
2018-11-26 20:16:46 +01:00
2018-10-26 22:14:06 +02:00
2018-07-26 22:45:17 +02:00
2018-12-19 11:19:10 +01:00
2019-01-10 16:57:22 +01:00
2018-01-30 21:59:00 +01:00
2019-01-14 15:50:52 +01:00
2018-11-18 15:46:02 +01:00
2018-12-20 19:00:10 +01:00
2018-12-22 00:22:44 +01:00
2018-10-11 10:37:45 +02:00
2018-12-19 04:29:57 +01:00
2018-07-11 23:45:20 +02:00
2018-12-21 01:53:33 +01:00
2018-12-19 22:40:08 +01:00
2019-01-14 14:45:02 +01:00
2018-01-30 21:58:59 +01:00
2018-11-23 01:43:35 +01:00
2018-10-26 22:14:06 +02:00
2018-10-25 10:30:13 +02:00
2018-09-19 17:11:37 +02:00
2018-12-22 00:22:44 +01:00
2018-07-12 00:00:35 +02:00
2018-10-11 11:11:25 +02:00
2019-01-10 00:34:09 +01:00
2018-07-26 20:30:18 +02:00
2019-01-10 16:57:22 +01:00
2018-11-13 17:59:42 +01:00
2018-12-19 01:25:56 +01:00
2018-12-22 00:22:44 +01:00
2018-10-12 19:33:02 +02:00
2018-12-21 01:33:59 +01:00
2018-10-29 02:34:27 +01:00
2018-01-30 21:58:59 +01:00
2018-11-13 17:00:58 +01:00
2018-12-22 00:22:57 +01:00
2019-01-10 16:57:22 +01:00
2018-10-12 17:58:53 +02:00
2018-12-22 03:23:06 +01:00
2018-12-19 20:56:09 +01:00
2019-01-10 16:57:22 +01:00
2019-01-10 16:57:22 +01:00
2019-01-14 12:24:57 +01:00