summaryrefslogtreecommitdiffstats
path: root/arch/blackfin
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2015-05-21 12:33:05 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2015-06-03 09:53:56 +0200
commite4daf808818f040801e2416d96e77d7ac9f64acc (patch)
tree26216e7a49d063a6cdd668701c9170aa6ea334f0 /arch/blackfin
parent28a91334704f880e6aaeaa2f6b3e6e29a28d500b (diff)
downloadbarebox-e4daf808818f040801e2416d96e77d7ac9f64acc.tar.gz
barebox-e4daf808818f040801e2416d96e77d7ac9f64acc.tar.xz
introduce bitsperlong.h for remaining architectures
This introduces the bitsperlong.h file for the remaining architectures. It's purpose is to define BITS_PER_LONG which in the next step can be used by a generic posix_types.h file. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/blackfin')
-rw-r--r--arch/blackfin/include/asm/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/include/asm/types.h b/arch/blackfin/include/asm/types.h
index f1c2dc43c6..e9d73377eb 100644
--- a/arch/blackfin/include/asm/types.h
+++ b/arch/blackfin/include/asm/types.h
@@ -73,6 +73,6 @@ typedef unsigned long long u64;
#endif /* __ASSEMBLY__ */
-#define BITS_PER_LONG 32
+#include <asm/bitsperlong.h>
#endif