Re: [lng-odp] [PATCH 3/3] linux-generic: sysinfo: add API to get current CPU frequency

2015-07-01 Thread Hongbo Zhang
On 30 June 2015 at 04:40, Mike Holmes mike.hol...@linaro.org wrote: This touches include/odp/api so the subject must include API-NEXT On 25 June 2015 at 05:05, hongbo.zh...@freescale.com wrote: From: Hongbo Zhang hongbo.zh...@linaro.org This patch add API to return the current frequency of

Re: [lng-odp] [PATCH 3/3] linux-generic: sysinfo: add API to get current CPU frequency

2015-06-29 Thread Mike Holmes
This touches include/odp/api so the subject must include API-NEXT On 25 June 2015 at 05:05, hongbo.zh...@freescale.com wrote: From: Hongbo Zhang hongbo.zh...@linaro.org This patch add API to return the current frequency of the CPU on which the thread is running. Only x86 platform is

[lng-odp] [PATCH 3/3] linux-generic: sysinfo: add API to get current CPU frequency

2015-06-25 Thread hongbo.zhang
From: Hongbo Zhang hongbo.zh...@linaro.org This patch add API to return the current frequency of the CPU on which the thread is running. Only x86 platform is implemented, others are to be done. Signed-off-by: Hongbo Zhang hongbo.zh...@linaro.org --- include/odp/api/system_info.h|