Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git] / tools / arch / sparc / include / uapi / asm / bitsperlong.h
blob3b4e61740b759f21539e44d08e1ac9668518584c
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef __ASM_ALPHA_BITSPERLONG_H
3 #define __ASM_ALPHA_BITSPERLONG_H
5 #if defined(__sparc__) && defined(__arch64__)
6 #define __BITS_PER_LONG 64
7 #else
8 #define __BITS_PER_LONG 32
9 #endif
11 #include <asm-generic/bitsperlong.h>
13 #endif /* __ASM_ALPHA_BITSPERLONG_H */