9
0
Fork 0
barebox/arch/sandbox/include/asm
Sascha Hauer 227a20fe31 consistently use the same bitops.h file
We have many variants of the same bitops.h file. Consistently
use the same file for all architectures which completely use
the generic bitops versions.

Some architectures had static inline versions of functions
identically to the generic versions, these are removed and
the generic versions are used directly now.

Also several architectures depend on the generic find_*_bit
functions but didn't have the GENERIC_FIND_NEXT_BIT Kconfig
option selected. This is added where needed.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2014-07-17 07:43:58 +02:00
..
barebox.h rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
bitops.h consistently use the same bitops.h file 2014-07-17 07:43:58 +02:00
byteorder.h [SANDBOX] move include/asm-sandbox to arch/arm/include/sandbox 2009-10-22 14:21:28 +02:00
common.h [SANDBOX] move include/asm-sandbox to arch/arm/include/sandbox 2009-10-22 14:21:28 +02:00
dma.h blackfin, mips, openrisc, ppc, sandbox, x86: add generic dma_alloc, dma_free inlines 2012-06-30 12:46:25 +02:00
elf.h sandbox: move ELFCLASS detection to asm/elf.h 2011-11-22 21:09:26 +01:00
io.h common: Allow for I/O mapped I/O 2014-04-08 08:17:55 +02:00
mmu.h remap_range: make function 'remap_range' global 2013-01-18 08:28:20 +01:00
posix_types.h sandbox: fix posix_types 2012-09-11 09:50:28 +02:00
processor.h Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
ptrace.h [SANDBOX] move include/asm-sandbox to arch/arm/include/sandbox 2009-10-22 14:21:28 +02:00
sections.h add sections.h header file 2011-01-17 11:04:24 +01:00
string.h [SANDBOX] move include/asm-sandbox to arch/arm/include/sandbox 2009-10-22 14:21:28 +02:00
swab.h sandbox: make asm/swab.h nonempty 2011-04-25 12:22:02 +02:00
types.h sandbox: fix 64bit build 2012-06-25 14:06:40 +02:00
unaligned.h sandbox-unaligned: better usement of ifdef 2012-09-11 09:50:28 +02:00