commit | 161ec53c702ce9df2f439804dfb9331807066daa | [log] [tgz] |
---|---|---|
author | Fenghua Yu <fenghua.yu@intel.com> | Tue May 17 15:29:11 2011 -0700 |
committer | H. Peter Anvin <hpa@linux.intel.com> | Tue May 17 15:40:23 2011 -0700 |
tree | fbaaea8612b8f5482a2fa7f8e826eea8b5baf57f | |
parent | 724a92ee45c04cb9d82884a856b03b1e594d9de1 [diff] |
x86, mem, intel: Initialize Enhanced REP MOVSB/STOSB If kernel intends to use enhanced REP MOVSB/STOSB, it must ensure IA32_MISC_ENABLE.Fast_String_Enable (bit 0) is set and CPUID.(EAX=07H, ECX=0H): EBX[bit 9] also reports 1. Signed-off-by: Fenghua Yu <fenghua.yu@intel.com> Link: http://lkml.kernel.org/r/1305671358-14478-3-git-send-email-fenghua.yu@intel.com Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>