PROCFS: add num_to_str() to speed up /proc/stat
/include/asm-generic/bitsperlong.h
blob:4ae54e07de83d2b970d88807f662bcfe300f2ddc -> blob:a7b0914348fd0fce08ed7cb42bbe2c8fbacbf8f9
--- include/asm-generic/bitsperlong.h
+++ include/asm-generic/bitsperlong.h
@@ -28,5 +28,9 @@
#error Inconsistent word size. Check asm/bitsperlong.h
#endif
+#ifndef BITS_PER_LONG_LONG
+#define BITS_PER_LONG_LONG 64
+#endif
+
#endif /* __KERNEL__ */
#endif /* __ASM_GENERIC_BITS_PER_LONG */