x86: cpufeature: fix SMX flag
authorH. Peter Anvin <hpa@zytor.com>
Thu, 28 Aug 2008 05:05:45 +0000 (22:05 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 28 Aug 2008 05:05:45 +0000 (22:05 -0700)
Impact: "smx" flags showed as "safer" in /proc/cpuinfo

The SMX feature flag is the so-called "safer mode"... I had put that
in quotes, but that flagged it as a cpuinfo flag name.  Remove the
quotes to correct the flag name in /proc/cpuinfo.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>

No differences found