commit | ba0593bf553c450a03dbc5f8c1f0ff58b778a0c8 | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@zytor.com> | Tue Sep 16 09:29:40 2008 -0700 |
committer | H. Peter Anvin <hpa@zytor.com> | Tue Sep 16 09:33:57 2008 -0700 |
tree | 027517cfd97e0ddc3513273a1dcb92d00db38234 | |
parent | 5132895f14a57607152f7865dc862fb076ce2585 [diff] |
x86: completely disable NOPL on 32 bits Completely disable NOPL on 32 bits. It turns out that Microsoft Virtual PC is so broken it can't even reliably *fail* in the presence of NOPL. This leaves the infrastructure in place but disables it unconditionally. Signed-off-by: H. Peter Anvin <hpa@zytor.com>