On 04/07/2014 12:40 PM, Steven J. Hill wrote: > From: "Steven J. Hill" <Steven.Hill@xxxxxxxxxx> > > In newer toolchains, the 16-bit branch delay slot instruction > calculation is wrong. We get a message very similar to: > > {standard input}: Assembler messages: > {standard input}:7035: Warning: wrong size instruction > in a 16-bit branch delay slot > > This corner case only occurs in 'arch/mips/kernel/traps.c' and > we add the '-fno-delayed-branch' option when compiling it. > > Signed-off-by: Steven J. Hill <Steven.Hill@xxxxxxxxxx> > I rejected this in patchwork. Just making sure you do not use it.