Hi all, Do we need this patch set? This is for bug https://bugs.linaro.org/show_bug.cgi?id=1881
On 29 January 2016 at 19:22, <[email protected]> wrote: > From: Hongbo Zhang <[email protected]> > > v1-v2 change: > > Add macro __OCTEON for patch 2. > > v1 notes: > > This is for bug https://bugs.linaro.org/show_bug.cgi?id=1881 > > This is on top of latest api-next branch because the latest > platform/linux-generic/arch/ directory is needed, so I use "API-NEXT" tag > > There should be some check patch warnings for patch 4, because when new > symlink is added in patch, there will be warnings like the following but > they should be acceptable: > > WARNING: adding a line without newline at end of file > #89: FILE: platform/linux-generic/arch/arm/odp_cpu_arch.c:1: > +../linux/odp_cpu_arch.c > > CHECK: spaces preferred around that '/' (ctx:VxV) > #89: FILE: platform/linux-generic/arch/arm/odp_cpu_arch.c:1: > +../linux/odp_cpu_arch.c > ^ > > CHECK: spaces preferred around that '/' (ctx:VxV) > #89: FILE: platform/linux-generic/arch/arm/odp_cpu_arch.c:1: > +../linux/odp_cpu_arch.c > > Hongbo Zhang (4): > 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 > > configure.ac | 1 + > platform/linux-generic/Makefile.am | 2 ++ > platform/linux-generic/arch/arm/odp/cpu_arch.h | 24 +++++++++++++++++++++ > platform/linux-generic/arch/arm/odp_cpu_arch.c | 1 + > .../linux-generic/arch/arm/odp_sysinfo_parse.c | 1 + > platform/linux-generic/arch/mips64/odp/cpu_arch.h | 2 ++ > platform/linux-generic/arch/powerpc/odp/cpu_arch.h | 25 > +++++++++++++++++++++- > platform/linux-generic/arch/x86/odp/cpu_arch.h | 2 ++ > platform/linux-generic/include/odp/align.h | 20 ----------------- > .../linux-generic/include/odp_align_internal.h | 1 + > 10 files changed, 58 insertions(+), 21 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 120000 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
