commit | af2e1f276ff08f17192411ea3b71c13a758dfe12 | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@zytor.com> | Wed Aug 27 22:05:45 2008 -0700 |
committer | H. Peter Anvin <hpa@zytor.com> | Wed Aug 27 22:05:45 2008 -0700 |
tree | c9940d02cebb4898f9674c25e9e7700117ca22e0 | |
parent | 2798c63e65cb0f05cc12a060b9b0d56ac9523c4d [diff] |
x86: cpufeature: fix SMX flag 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>