x86, cpufeature: Rename X86_FEATURE_CLFLSH to X86_FEATURE_CLFLUSH
authorH. Peter Anvin <hpa@linux.intel.com>
Thu, 27 Feb 2014 16:31:30 +0000 (08:31 -0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Thu, 27 Feb 2014 16:31:30 +0000 (08:31 -0800)
We call this "clflush" in /proc/cpuinfo, and have
cpu_has_clflush()... let's be consistent and just call it that.

Cc: Gleb Natapov <gleb@kernel.org>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Alan Cox <alan@linux.intel.com>
Link: http://lkml.kernel.org/n/tip-mlytfzjkvuf739okyn40p8a5@git.kernel.org

No differences found