diff options
author | 2010-12-07 22:12:44 +0000 | |
---|---|---|
committer | 2010-12-07 22:12:44 +0000 | |
commit | e4dc6a9f66ac40539f56e3bd4322821d0bb92164 (patch) | |
tree | 88d3a4bb5956fdb7cd7e58eefce279bdb2e014ef /usr.bin/ssh/scp.1 | |
parent | Make the preload error distinct from the normal error. (diff) | |
download | wireguard-openbsd-e4dc6a9f66ac40539f56e3bd4322821d0bb92164.tar.xz wireguard-openbsd-e4dc6a9f66ac40539f56e3bd4322821d0bb92164.zip |
The rdmsr_locked/wrmsr_locked functions were using "=A" as a constraint for
the 64-bit output/input. On i386, this means that the 64-bit value is in
eax:edx, but on amd64 gcc this is not the case (might be a gcc bug, or might
be intentionally different and annoying?). The consequence is that amd64
errata were not always being matched (and then "corrected" using the magic
repair code). We need to compose/decompose the 64-bit value like the
un-locked msr functions do.
originally pointed out by ragge, ok kettenis jsg
Diffstat (limited to 'usr.bin/ssh/scp.1')
0 files changed, 0 insertions, 0 deletions