u-boot-brain/arch/powerpc/cpu
Masahiro Yamada cba1da495d include: move various macros to include/linux/kernel.h
U-Boot has imported various utility macros from Linux
scattering them to various places without consistency.

In include/common.h are min, max, min3, max3, ARRAY_SIZE, ALIGN,
container_of, DIV_ROUND_UP, etc.
In include/linux/compat.h are min_t, max_t, round_up, round_down,
etc.
We also have duplicated defines of min_t in some *.c files.

Moreover, we are suffering from too cluttered include/common.h.

This commit moves various macros that originate in
include/linux/kernel.h of Linux to their original position.

Note:
This commit simply moves the macros; the macros roundup,
min, max, min2, max3, ARRAY_SIZE are different
from those of Linux at this point.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
2014-11-20 11:28:25 -05:00
..
74xx_7xx PowerPC: drop some 74xx_7xx boards and related code 2014-10-27 14:35:55 +01:00
mpc5xx kconfig: remove redundant "string" type in arch and board Kconfigs 2014-09-13 16:43:55 -04:00
mpc5xxx include: move various macros to include/linux/kernel.h 2014-11-20 11:28:25 -05:00
mpc8xx ppc/arm: remove remainders of dead boards in Kconfig 2014-10-31 00:42:19 +01:00
mpc8xxx fsl_sec : Change accessor function to take care of endianness 2014-10-16 14:16:50 -07:00
mpc83xx mpc83xx: Add gdsys hrcon board 2014-11-19 08:48:42 +01:00
mpc85xx powerpc/mpc85xx: Use IFC accessor function 2014-11-14 11:12:14 -08:00
mpc86xx kconfig: remove redundant "string" type in arch and board Kconfigs 2014-09-13 16:43:55 -04:00
mpc512x kconfig: remove redundant "string" type in arch and board Kconfigs 2014-09-13 16:43:55 -04:00
mpc824x kconfig: remove redundant "string" type in arch and board Kconfigs 2014-09-13 16:43:55 -04:00
mpc8260 ppc: Zap TQM8272 board 2014-10-27 14:35:56 +01:00
ppc4xx include: move various macros to include/linux/kernel.h 2014-11-20 11:28:25 -05:00
Makefile Makefile: Select objects by CONFIG_ rather than $(ARCH) or $(CPU) 2013-12-16 08:59:42 -05:00