From e63a6cc10819fccbc55ec55d4585e0619463320b Mon Sep 17 00:00:00 2001 From: Maxim Uvarov Date: Tue, 10 May 2016 18:34:37 +0300 Subject: api: system: specify default huge page size System can have different sizes for huge pages. Clarify that this api returns default system huge page size, which is usually 2Mb on x86 reachable with: grep Hugepagesize: /proc/meminfo Signed-off-by: Maxim Uvarov Reviewed-by: Bill Fischofer Reviewed-by: Petri Savolainen --- include/odp/api/spec/system_info.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/odp/api/spec') diff --git a/include/odp/api/spec/system_info.h b/include/odp/api/spec/system_info.h index 6957731ac..c5a5fd0ef 100644 --- a/include/odp/api/spec/system_info.h +++ b/include/odp/api/spec/system_info.h @@ -24,9 +24,9 @@ extern "C" { */ /** - * Huge page size in bytes + * Default system huge page size in bytes * - * @return Huge page size in bytes + * @return Default huge page size in bytes */ uint64_t odp_sys_huge_page_size(void); -- cgit v1.2.3