Enable CONFIG_MCE_INJECT (rhbz 927353)

This commit is contained in:
Josh Boyer 2013-04-01 12:43:09 -04:00
parent 1a28231db0
commit 6ba7175650
2 changed files with 4 additions and 1 deletions

View File

@ -350,7 +350,7 @@ CONFIG_PERF_EVENTS=y
CONFIG_X86_MCE=y
CONFIG_X86_MCE_INTEL=y
CONFIG_X86_MCE_AMD=y
# CONFIG_X86_MCE_INJECT is not set
CONFIG_X86_MCE_INJECT=m
CONFIG_SFI=y

View File

@ -2293,6 +2293,9 @@ fi
# and build.
%changelog
* Mon Apr 01 2013 Josh Boyer <jwboyer@redhat.com>
- Enable CONFIG_MCE_INJECT (rhbz 927353)
* Mon Apr 1 2013 Peter Robinson <pbrobinson@fedoraproject.org>
- Minor ARM LPAE updates