eal/bsd: fix build
authorThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 28 Jul 2015 08:29:51 +0000 (10:29 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 28 Jul 2015 08:29:51 +0000 (10:29 +0200)
commit760211bf262823c2c92f910daf90d56d0d1503f5
tree77fe332047e0cdc32508be67628ce81619163fde
parent0afdac52be9cfaa6763367d5bcbb576c70b0673f
eal/bsd: fix build

The BSD function for contigmem init and attach must now use the same name
as Linux (hugepage prefix) to avoid code duplication.
The attach function was renamed but the init function was forgotten.

Fixes: d12b6da14bfa ("eal: deduplicate memory initialization")

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
lib/librte_eal/bsdapp/eal/eal_memory.c