opnsense-src/sys/boot/mips/beri
Pedro F. Giffuni d9c9c81c08 sys: use our roundup2/rounddown2() macros when param.h is available.
rounddown2 tends to produce longer lines than the original code
and when the code has a high indentation level it was not really
advantageous to do the replacement.

This tries to strike a balance between readability using the macros
and flexibility of having the expressions, so not everything is
converted.
2016-04-21 19:57:40 +00:00
..
boot2 sys/boot: use our nitems() macro when it is available through param.h. 2016-04-19 23:44:33 +00:00
common
loader sys: use our roundup2/rounddown2() macros when param.h is available. 2016-04-21 19:57:40 +00:00
Makefile Commit a first cut at ports of boot2 and loader to 64-bit MIPS, with a 2014-02-18 23:18:32 +00:00
Makefile.inc