ps://universe.0xinfinity.dev/distro/kernel/atom?h=linux-4.0.y
2013-06-25T22:50:04Zlinux/const.h: Add _BITUL() and _BITULL()2013-06-25T22:50:04ZH. Peter Anvinhpa@linux.intel.com2013-04-27T23:07:49Zurn:sha1:2fc016c5bd8aad2e201cdf71b9fb4573f94775bd
Add macros for single bit definitions of a specific type. These are
similar to the BIT() macro that already exists, but with a few
exceptions:
1. The namespace is such that they can be used in uapi definitions.
2. The type is set with the _AC() macro to allow it to be used in
assembly.
3. The type is explicitly specified to be UL or ULL.
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Link: http://lkml.kernel.org/n/tip-nbca8p7cg6jyjoit7klh3o91@git.kernel.org
UAPI: (Scripted) Disintegrate include/linux2012-10-13T09:46:48ZDavid Howellsdhowells@redhat.com2012-10-13T09:46:48Zurn:sha1:607ca46e97a1b6594b29647d98a32d545c24bdff
Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Michael Kerrisk <mtk.manpages@gmail.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Acked-by: Dave Jones <davej@redhat.com>