Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x86, mce: use %ll instead of %L for 64-bit numbers
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>
- Loading branch information