'cgit v1.2.3-54-g00ecf'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBorislav Petkov <bp@suse.de>2016-11-02 19:35:22 +0100
committerThomas Gleixner <tglx@linutronix.de>2016-11-16 10:23:02 +0100
commit5d07c2cc1962facb2f5d57b7b62987c213643724 (patch)
treeddb4566def8c37bff1bbdd4edb3dae8a619ebc94
parent8ca225520e278e41396dab0524989f4848626f83 (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>