commit | 8b956bf1f0f2b552ed93cf6cafe823edff298b3b | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@zytor.com> | Mon Aug 31 14:13:48 2009 -0700 |
committer | H. Peter Anvin <hpa@zytor.com> | Mon Aug 31 16:15:57 2009 -0700 |
tree | 0a4dcb17d4107a606f3e549f52db492aaf7d1cd2 | |
parent | 0cc0213e73af5963eca259c84876937c20689dbd [diff] |
x86, msr: Create _on_cpu helpers for {rw,wr}msr_safe_regs() Create _on_cpu helpers for {rw,wr}msr_safe_regs() analogously with the other MSR functions. This will be necessary to add support for these to the MSR driver. Signed-off-by: H. Peter Anvin <hpa@zytor.com> Cc: Borislav Petkov <petkovbb@gmail.com>