]> asedeno.scripts.mit.edu Git - linux.git/commit
x86/mce: Use BIT_ULL(x) for bit mask definitions
authorQiuxu Zhuo <qiuxu.zhuo@intel.com>
Tue, 25 Sep 2018 00:01:27 +0000 (17:01 -0700)
committerBorislav Petkov <bp@suse.de>
Thu, 27 Sep 2018 14:06:37 +0000 (16:06 +0200)
commit93ac57540e9129004b569beee54e50b3519b0b07
tree376f4d5273fb12a6eb619d43c69057e4e11fb2e5
parent7401a633c34adc7aefd3edfec60074cb0475a3e8
x86/mce: Use BIT_ULL(x) for bit mask definitions

Current coding style is to use the BIT_ULL() macro.

 [ bp: Align the MCG_STATUS defines vertically too. ]

Signed-off-by: Qiuxu Zhuo <qiuxu.zhuo@intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: Aristeu Rozanski <aris@redhat.com>
Cc: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Cc: linux-edac@vger.kernel.org
Cc: x86@kernel.org
Link: https://lkml.kernel.org/r/20180925000127.GA5998@agluck-desk
arch/x86/include/asm/mce.h