Enable Checkpoint/Restore on ARMv7 (rhbz 1146995)

This commit is contained in:
Peter Robinson 2015-01-14 02:52:59 +00:00
parent aba39401a6
commit 1ba26dd421
2 changed files with 5 additions and 0 deletions

View File

@ -113,6 +113,8 @@ CONFIG_SCHED_SMT=y
CONFIG_RCU_FANOUT=32
CONFIG_CHECKPOINT_RESTORE=y
# Power management / thermal / cpu scaling
CONFIG_CPU_IDLE=y
# CONFIG_CPU_IDLE_GOV_LADDER is not set

View File

@ -2217,6 +2217,9 @@ fi
# ||----w |
# || ||
%changelog
* Tue Jan 13 2015 Peter Robinson <pbrobinson@fedoraproject.org>
- Enable Checkpoint/Restore on ARMv7 (rhbz 1146995)
* Tue Jan 13 2015 Josh Boyer <jwboyer@fedoraproject.org>
- Add installonlypkg(kernel) to kernel-devel subpackages (rhbz 1079906)