commit | 699a90d7b17f49af3642321baccc70710fae4637 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Apr 29 22:26:00 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Apr 30 16:13:46 2015 -0600 |
tree | 0383cebda9dfa2297ffd3376576652c984177768 | |
parent | a9a4426ec9f503bde65b6ed974d7c4fb51293358 [diff] |
x86: Add functions to set and clear bits on MSRs Since we do these sorts of operations a lot, it is useful to have a simpler API, similar to clrsetbits_le32(). Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>