mirror of
https://github.com/Wind4/vlmcsd.git
synced 2025-05-09 11:51:57 -04:00
vlmcsd-svn1065-2016-10-12-Hotbird64
This commit is contained in:
parent
d413afbadf
commit
798675dc66
599 changed files with 72866 additions and 1999 deletions
|
@ -0,0 +1,15 @@
|
|||
#ifndef __ASM_GENERIC_BITS_PER_LONG
|
||||
#define __ASM_GENERIC_BITS_PER_LONG
|
||||
|
||||
/*
|
||||
* There seems to be no way of detecting this automatically from user
|
||||
* space, so 64 bit architectures should override this in their
|
||||
* bitsperlong.h. In particular, an architecture that supports
|
||||
* both 32 and 64 bit user space must not rely on CONFIG_64BIT
|
||||
* to decide it, but rather check a compiler provided macro.
|
||||
*/
|
||||
#ifndef __BITS_PER_LONG
|
||||
#define __BITS_PER_LONG 32
|
||||
#endif
|
||||
|
||||
#endif /* __ASM_GENERIC_BITS_PER_LONG */
|
Loading…
Add table
Add a link
Reference in a new issue