commit | 5d07c2cc1962facb2f5d57b7b62987c213643724 | [log] [tgz] |
---|---|---|
author | Borislav Petkov <bp@suse.de> | Wed Nov 02 19:35:22 2016 +0100 |
committer | Thomas Gleixner <tglx@linutronix.de> | Wed Nov 16 10:23:02 2016 +0100 |
tree | ddb4566def8c37bff1bbdd4edb3dae8a619ebc94 | |
parent | 8ca225520e278e41396dab0524989f4848626f83 [diff] |
x86/msr: Cleanup/streamline MSR helpers Make the MSR argument an unsigned int, both low and high u32, put "notrace" last in the function signature. Reflow function signatures for better readability and cleanup white space. Signed-off-by: Borislav Petkov <bp@suse.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>