x86, msr: Create _on_cpu helpers for {rw,wr}msr_safe_regs()
authorH. Peter Anvin <hpa@zytor.com>
Mon, 31 Aug 2009 21:13:48 +0000 (14:13 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 31 Aug 2009 23:15:57 +0000 (16:15 -0700)
commit8b956bf1f0f2b552ed93cf6cafe823edff298b3b
tree0a4dcb17d4107a606f3e549f52db492aaf7d1cd2
parent0cc0213e73af5963eca259c84876937c20689dbd
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>
arch/x86/include/asm/msr.h
arch/x86/lib/msr.c