From: H. Peter Anvin Date: Sat, 27 Apr 2013 23:07:49 +0000 (-0700) Subject: linux/const.h: Add _BITUL() and _BITULL() X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~59^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fc016c5bd8aad2e201cdf71b9fb4573f94775bd;p=pandora-kernel.git linux/const.h: Add _BITUL() and _BITULL() 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 Link: http://lkml.kernel.org/n/tip-nbca8p7cg6jyjoit7klh3o91@git.kernel.org --- Reading git-diff-tree failed