x86, suspend: Avoid unnecessary smp alternatives switch during suspend/resume
During suspend, we disable all the non boot cpus. And during resume we bring them all back again. So no need to do alternatives_smp_switch() in between. On my core 2 based laptop, this speeds up the suspend path by 15msec and the resume path by 5 msec (suspend/resume speed up differences can be attributed to the different P-states that the cpu is in during suspend/resume). Signed-off-by:Suresh Siddha <suresh.b.siddha@intel.com> LKML-Reference: <1290557500.4946.8.camel@sbsiddha-MOBL3.sc.intel.com> Cc: Rafael J. Wysocki <rjw@sisk.pl> Signed-off-by:
H. Peter Anvin <hpa@linux.intel.com>
Showing
- arch/x86/include/asm/alternative.h 1 addition, 0 deletionsarch/x86/include/asm/alternative.h
- arch/x86/kernel/alternative.c 2 additions, 1 deletionarch/x86/kernel/alternative.c
- arch/x86/kernel/smpboot.c 14 additions, 0 deletionsarch/x86/kernel/smpboot.c
- kernel/cpu.c 11 additions, 0 deletionskernel/cpu.c
Loading
Please register or sign in to comment