From: Hongbo Zhang <[email protected]> v3-v4 changes: - merge previous two patch sets into one: "[PATCH v3 API-NEXT 0/4] separate ODP_CACHE_LINE_SIZE to arch files" and "[PATCH API-NEXT 0/4] linux-generic sysinfo codes clean-ups" then this patch set contains 8 patches, this is for easier merging - add "Signed-off-by: Mike Holmes <[email protected]>" for patch 1/8 (was 1/4) since he contributed some change of doxygen system - add "Reviewed-and-tested-by: Bill Fischofer <[email protected]>" for all patches since he's already done this in previous review - return document of ODP_CACHE_LINE_SIZE to original API header file and fix the defect of its documentation
v2-v3 change: Eliminate a doxygen-html compiling warning. v1-v2 change: Add macro __OCTEON for patch 2. Hongbo Zhang (8): linux-generic: separate x86 ODP_CACHE_LINE_SIZE to its arch file linux-generic: separate MIPS ODP_CACHE_LINE_SIZE to its arch file linux-generic: separate PowerPC ODP_CACHE_LINE_SIZE to its arch file linux-generic: create ARM files and move ARM ODP_CACHE_LINE_SIZE in it linux-generic: move CPU info dummy data to generic default file linux-generic: systemcpu(): use input parameter instead of global data linux-generic: use one uniform call systemcpu() linux-generic: sysinfo clean up for ARM configure.ac | 2 + doc/application-api-guide/doxygen.cfg | 1 + m4/ax_prog_doxygen.m4 | 1 + platform/linux-generic/Makefile.am | 2 + platform/linux-generic/arch/arm/odp/cpu_arch.h | 32 +++++++++++++++ platform/linux-generic/arch/arm/odp_cpu_arch.c | 1 + .../linux-generic/arch/arm/odp_sysinfo_parse.c | 28 +++++++++++++ .../linux-generic/arch/linux/odp_sysinfo_parse.c | 12 +++++- platform/linux-generic/arch/mips64/odp/cpu_arch.h | 12 ++++++ platform/linux-generic/arch/powerpc/odp/cpu_arch.h | 33 ++++++++++++++- platform/linux-generic/arch/x86/odp/cpu_arch.h | 10 +++++ platform/linux-generic/include/odp/align.h | 21 +--------- platform/linux-generic/odp_system_info.c | 47 +++++----------------- 13 files changed, 141 insertions(+), 61 deletions(-) create mode 100644 platform/linux-generic/arch/arm/odp/cpu_arch.h create mode 120000 platform/linux-generic/arch/arm/odp_cpu_arch.c create mode 100644 platform/linux-generic/arch/arm/odp_sysinfo_parse.c mode change 120000 => 100644 platform/linux-generic/arch/powerpc/odp/cpu_arch.h -- 2.1.4 _______________________________________________ lng-odp mailing list [email protected] https://lists.linaro.org/mailman/listinfo/lng-odp
