]> git.baikalelectronics.ru Git - kernel.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)
commitd734fe6fe34a69e156fdb5e500394f78939fea6b
tree376f4d5273fb12a6eb619d43c69057e4e11fb2e5
parentc6053d006728db351919c86ee857ba4cce02e9b5
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