x86, mce: use %ll instead of %L for 64-bit numbers
authorH. Peter Anvin <hpa@linux.intel.com>
Thu, 19 Feb 2009 23:44:58 +0000 (15:44 -0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Thu, 19 Feb 2009 23:44:58 +0000 (15:44 -0800)
Impact: Cleanup

The standard spelling of a printf pattern for long long is "ll", not
"L", which is for long double.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>

No differences found