diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-09-08 09:44:45 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-09 14:25:00 +0100 |
commit | a31c715fe484af7fe582d8becac0f20a33acac42 (patch) | |
tree | b9d66dc3f594c797f9130576ae820ea0a2a7d665 /scripts/lib | |
parent | d23bf86f305a04a47d19236d72979c1027a31620 (diff) | |
download | openembedded-core-a31c715fe484af7fe582d8becac0f20a33acac42.tar.gz openembedded-core-a31c715fe484af7fe582d8becac0f20a33acac42.tar.bz2 openembedded-core-a31c715fe484af7fe582d8becac0f20a33acac42.zip |
linux-yocto/3.14: fix edgerouter (octeon) build
Upating the SRCREVs to import the following commit:
Author: Kevin Hao <kexin.hao@windriver.com>
Date: Mon Aug 31 19:34:48 2015 +0800
mips: octeon: use ll/sc for the atomic ops for all the predecessor
of octeon2
Even the octeon plus has the support of the 'saa' instruction, but
we
don't have a way to distinguish between octeon and octeon plus at
compile time and pass "-march=octeon" to all the predecessor of
octeon2. So it will cause the following error when trying to
assemble
the "saa" instruction with option "-march=octeon":
{standard input}: Assembler messages:
{standard input}:360: Error: Unrecognized opcode `saa $2,($4)'
scripts/Makefile.build:308: recipe for target
'arch/mips/cavium-octeon/executive/cvmx-lap.o' failed
Forcing to use the "ll/sc" for the atomic ops for all the
predecessor
of octeon2 to fix this issue.
Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib')
0 files changed, 0 insertions, 0 deletions