summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/bitsperlong.h
Commit message (Collapse)AuthorAgeFilesLines
* drop __BITS_PER_LONGSascha Hauer2015-05-221-3/+1
| | | | | | | | | The kernel has __BITS_PER_LONG and BITS_PER_LONG. The formaer is needed for architectures which support 32bit userspace on a 64bit kernel. This is not relevant for barebox, so drop __BITS_PER_LONG and use BITS_PER_LONG only. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* MIPS: import header filesAntony Pavlov2011-08-051-0/+8
from linux-2.6.39: * arch/mips/include/asm/* * include/asm-generic/int-ll64.h from barebox-2011.07.0 arch/x86: * arch/mips/include/asm/sections.h Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>