Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/f9882246a0784f20f12f997a5b1f8a0496d4ffb4 You should set ROOT_URL correctly, otherwise the web may not work correctly.

openrisc/bitops: add hweightX defines

Signed-off-by: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
master
Stefan Kristiansson 13 years ago committed by Tom Rini
parent 2bcffa6faa
commit f9882246a0
  1. 4
      arch/openrisc/include/asm/bitops.h

@ -25,4 +25,8 @@
#define PLATFORM_FFS
#include <asm/bitops/ffs.h>
#define hweight32(x) generic_hweight32(x)
#define hweight16(x) generic_hweight16(x)
#define hweight8(x) generic_hweight8(x)
#endif /* __ASM_GENERIC_BITOPS_H */

Loading…
Cancel
Save