Re: [U-Boot] [PATCH 2/4] mips: Add arch/mips/include/asm/atomic.h

2018-08-09 Thread Daniel Schwierzeck
Stefan Roese schrieb am Do., 9. Aug. 2018, 11:27: > Hi Daniel, > > On 07.08.2018 16:51, Daniel Schwierzeck wrote: > > 2018-08-06 17:11 GMT+02:00 Stefan Roese : > >> This is needed for the UBIFS support. The file is a copy of > >> arch/xtensa/include/asm/atomic.h > > > > could you try to import th

Re: [U-Boot] [PATCH 2/4] mips: Add arch/mips/include/asm/atomic.h

2018-08-09 Thread Stefan Roese
Hi Daniel, On 07.08.2018 16:51, Daniel Schwierzeck wrote: 2018-08-06 17:11 GMT+02:00 Stefan Roese : This is needed for the UBIFS support. The file is a copy of arch/xtensa/include/asm/atomic.h could you try to import this file from Linux MIPS? Then we would have optimized functions. Hmmm, l

Re: [U-Boot] [PATCH 2/4] mips: Add arch/mips/include/asm/atomic.h

2018-08-07 Thread Daniel Schwierzeck
2018-08-06 17:11 GMT+02:00 Stefan Roese : > This is needed for the UBIFS support. The file is a copy of > arch/xtensa/include/asm/atomic.h could you try to import this file from Linux MIPS? Then we would have optimized functions. Other way would be to import include/asm-generic/atomic.h from Linu

[U-Boot] [PATCH 2/4] mips: Add arch/mips/include/asm/atomic.h

2018-08-06 Thread Stefan Roese
This is needed for the UBIFS support. The file is a copy of arch/xtensa/include/asm/atomic.h Signed-off-by: Stefan Roese Cc: Daniel Schwierzeck --- arch/mips/include/asm/atomic.h | 54 ++ 1 file changed, 54 insertions(+) create mode 100644 arch/mips/include/asm/